Skip to content

Commit

Permalink
Downgrade kombu from 4.6.5 to 4.6.3
Browse files Browse the repository at this point in the history
As suggested in celery/kombu#1063
This should fixes the issue with redis key getting evicted every now and then
and should mean we stop receiving the following error:
Control command error: OperationalError(u"\nCannot route message for exchange u'reply.celery.pidbox': Table empty or key no longer exists.\nProbably the key (u'_kombu.binding.reply.celery.pidbox') has been removed from the Redis database.\n",)
  • Loading branch information
said-moj committed Oct 29, 2019
1 parent 4a99740 commit b6fceb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ requests==2.19.1
uwsgi==2.0.17.1
xlrd==0.9.3
django-moj-irat>=0.4
# https://github.com/celery/kombu/issues/1063
kombu==4.6.3

# locks for Python 2.7
more-itertools==5.0.0

0 comments on commit b6fceb4

Please sign in to comment.