Skip to content

Commit 0ffcf0e

Browse files
authored
chore(tasks) Remove reference to celery (#3962)
1 parent 18b7a4d commit 0ffcf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export SENTRY_CONFIG_PY=sentry/sentry.conf.py
5353
export SENTRY_CONFIG_YML=sentry/config.yml
5454

5555
# Increase the default 10 second SIGTERM timeout
56-
# to ensure celery queues are properly drained
56+
# to ensure task queues are properly drained
5757
# between upgrades as task signatures may change across
5858
# versions
5959
export STOP_TIMEOUT=60 # seconds

0 commit comments

Comments
 (0)