expand rqworker pool

This commit is contained in:
Your Name 2024-07-15 22:14:33 -04:00 committed by Henri Dickson
parent f19c16f88e
commit 520fb0f927

View file

@ -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