Skip to content
Snippets Groups Projects

Add the export queue to the setup docs

Merged Erwan Rouchet requested to merge export-queue into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -95,7 +95,7 @@ services:
worker:
container_name: ark-worker
image: registry.gitlab.teklia.com/arkindex/backend:X.Y.Z
command: arkindex rqworker-pool --num-workers 2 -v 1 default high tasks
command: arkindex rqworker-pool --num-workers 2 -v 1 default high tasks export
depends_on:
- db
Loading