Skip to content

Commit

Permalink
increment pool limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 26, 2023
1 parent 1c03834 commit e29b6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# should have a `CELERY_` prefix.
app.config_from_object('django.conf:settings')
app.conf.update(broker_url=REDIS_URL,
broker_pool_limit=7,
broker_pool_limit=11,
result_backend=REDIS_URL,
result_expires=10,
task_acks_late=True,
Expand Down

0 comments on commit e29b6e9

Please sign in to comment.