diff --git a/install/_lib.sh b/install/_lib.sh index 3beb18e..2909704 100644 --- a/install/_lib.sh +++ b/install/_lib.sh @@ -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