Skip to content

Commit

Permalink
use rq worker pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed May 14, 2024
1 parent 9f3a289 commit f5a8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ services:

neodb-worker-extra:
<<: *neodb-service
command: neodb-manage rqworker mastodon fetch crawl ap
command: neodb-manage rqworker-pool --num-workers ${NEODB_RQ_WORKER_NUM:-4} mastodon fetch crawl ap
depends_on:
migration:
condition: service_completed_successfully
Expand Down

0 comments on commit f5a8cb8

Please sign in to comment.