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 ...@@ -4,7 +4,7 @@ version: 2
workers: workers:
- slug: thumbnails-generator - slug: thumbnails-generator
name: Thumbnails Generator name: Thumbnails Generator
type: generator type: Utils
docker: docker:
build: Dockerfile build: Dockerfile
configuration: configuration:
......
...@@ -127,7 +127,7 @@ class ThumbnailsGenerator(ElementsWorker): ...@@ -127,7 +127,7 @@ class ThumbnailsGenerator(ElementsWorker):
def main() -> None: def main() -> None:
ThumbnailsGenerator( ThumbnailsGenerator(
description="Worker to generate thumbnails for Arkindex elements" description="Worker to generate thumbnails for Arkindex elements: Utility process"
).run() ).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