Skip to content
Snippets Groups Projects
Commit 71e05d33 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Merge branch 'update-worker-type' into 'master'

Update worker type and description

See merge request !7
parents 2afe05d6 cbd4bda4
No related branches found
No related tags found
1 merge request!7Update worker type and description
Pipeline #203170 passed
......@@ -4,7 +4,7 @@ version: 2
workers:
- slug: thumbnails-generator
name: Thumbnails Generator
type: generator
type: Utils
docker:
build: Dockerfile
configuration:
......
......@@ -127,7 +127,7 @@ class ThumbnailsGenerator(ElementsWorker):
def main() -> None:
ThumbnailsGenerator(
description="Worker to generate thumbnails for Arkindex elements"
description="Worker to generate thumbnails for Arkindex elements: Utility process"
).run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment