Skip to content

Commit

Permalink
Upgrade celery
Browse files Browse the repository at this point in the history
We've seen some prod issues with celery spawning more than
one worker for the analyzer and supervisor not handling things
correctly. Since this doesn't happen with our non-analyzer queue, I
suspect it has something to do with high memory usage.

Hopefully upgrading celery (which is probably a good idea anyway) will
fix it.
  • Loading branch information
davidfischer committed Aug 10, 2023
1 parent eec0349 commit d272c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django==3.2.20
pytz==2021.3

# Asynchronous tasks
celery[redis]<5.0
celery[redis]==5.3.1

# Static files
whitenoise==6.0.0
Expand Down

0 comments on commit d272c0b

Please sign in to comment.