Skip to content

Commit

Permalink
Update redis version to avoid celery crash
Browse files Browse the repository at this point in the history
Latest redis 3.0.1 version is not compatiable with celery,
lock the version to 2.10.6 for now.

Celery have updated with:
celery/celery#5175

not release yet.

Signed-off-by: Wayne Sun <gsun@redhat.com>
  • Loading branch information
waynesun09 committed Nov 17, 2018
1 parent bf567df commit be0fb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -26,7 +26,7 @@ kombu = "*"
kerberos = "*"
"ldap3" = "*"
pytz = "*"
redis = "*"
redis = "==2.10.6"
requests = "*"
coloredlogs = "*"
"psycopg2-binary" = "*"
Expand Down

0 comments on commit be0fb46

Please sign in to comment.