chore(tasks) Remove reference to celery (#3962)

This commit is contained in:
Mark Story 2025-09-24 19:44:49 -04:00 committed by GitHub
parent 18b7a4d1cc
commit 0ffcf0e126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ export SENTRY_CONFIG_PY=sentry/sentry.conf.py
export SENTRY_CONFIG_YML=sentry/config.yml
# Increase the default 10 second SIGTERM timeout
# to ensure celery queues are properly drained
# to ensure task queues are properly drained
# between upgrades as task signatures may change across
# versions
export STOP_TIMEOUT=60 # seconds