Skip to content

Commit

Permalink
add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Feb 12, 2025
1 parent 14ab119 commit 0f59a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions breathecode/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
worker_disable_rate_limits=True,
broker_connection_retry_on_startup=True,
worker_cancel_long_running_tasks_on_connection_loss=True,
broker_heartbeat=30,
)


Expand Down
3 changes: 1 addition & 2 deletions scripts/dyno/celeryworker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ newrelic-admin run-program bin/start-pgbouncer \
--pool=$CELERY_POOL \
$SCALING \
--without-gossip \
--without-mingle \
--broker-heartbeat=30
--without-mingle

0 comments on commit 0f59a7c

Please sign in to comment.