remove CELERY_WORKER_HEARTBEAT=0 from sample.env
This commit is contained in:
@@ -146,10 +146,6 @@ CELERY_WORKER_POOL_RESTARTS=true
|
||||
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP=true
|
||||
CELERY_RESULT_CHORD_RETRY_INTERVAL=3.0
|
||||
|
||||
# Disable AMQP heartbeats to prevent connection drops during pod shutdown.
|
||||
# Fixes duplicate task processing with prefork+acks_late. See: celery/celery#3802
|
||||
CELERY_WORKER_HEARTBEAT=0
|
||||
|
||||
# =============================================================================
|
||||
# Worker-Specific Configuration
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user