Skip to content

Commit

Permalink
Revert celery to 4.4.6
Browse files Browse the repository at this point in the history
There is an issue with Celery setting the BROKER_URL variable
and instead uses the default ampq broker URL. This causes problems
with running Celery so we'll delay upgrading it for now. See
 celery/celery#6285 for context.
  • Loading branch information
nickdibari committed Aug 9, 2020
1 parent 74f15ce commit 25931bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
celery[redis]==4.4.7
celery[redis]==4.4.6
Django==2.2.13
django-compressor==2.4
django-celery-beat==2.0.0
Expand Down

0 comments on commit 25931bd

Please sign in to comment.