Skip to content

Commit b76d8d4

Browse files
committed
Revert Celery to 4.4.6
It looks like 4.4.7 has some issues with Redis broker: celery/celery#6285
1 parent 996b958 commit b76d8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_slug}}/requirements

{{cookiecutter.project_slug}}/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py
1717
hiredis==1.1.0 # https://github.com/redis/hiredis-py
1818
{%- endif %}
1919
{%- if cookiecutter.use_celery == "y" %}
20-
celery==4.4.7 # pyup: < 5.0 # https://github.com/celery/celery
20+
celery==4.4.6 # pyup: < 5.0,!=4.4.7 # https://github.com/celery/celery
2121
django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat
2222
{%- if cookiecutter.use_docker == 'y' %}
2323
flower==0.9.5 # https://github.com/mher/flower

0 commit comments

Comments
 (0)