Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • arkindex/workers/thumbnails
1 result
Show changes
Commits on Source (2)
......@@ -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()
......