expand rqworker pool
This commit is contained in:
parent
f19c16f88e
commit
520fb0f927
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ services:
|
||||||
|
|
||||||
neodb-worker:
|
neodb-worker:
|
||||||
<<: *neodb-service
|
<<: *neodb-service
|
||||||
command: neodb-manage rqworker --with-scheduler import export mastodon fetch crawl ap cron
|
command: neodb-manage rqworker-pool --num-workers ${NEODB_RQ_WORKER_NUM:-4} --with-scheduler import export mastodon fetch crawl ap cron
|
||||||
depends_on:
|
depends_on:
|
||||||
migration:
|
migration:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
|
Loading…
Add table
Reference in a new issue