Skip to content
Snippets Groups Projects
Commit cbd4bda4 authored by Manon Blanco's avatar Manon Blanco
Browse files

Update worker type and description

parent 2afe05d6
No related branches found
No related tags found
1 merge request!7Update worker type and description
Pipeline #193490 passed with warnings
......@@ -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