remove CELERY_WORKER_HEARTBEAT=0 from sample.env

This commit is contained in:
ali
2025-10-14 12:32:14 +05:30
committed by ali
parent dfa0e2a209
commit e7efffaa7f

View File

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