cabotage / cabotage-app

MIT License
28 stars 8 forks source link

upgrade celery and kombu to address worker hangs on redis reconnect #110

Closed ewdurbin closed 1 week ago

ewdurbin commented 1 week ago

Description

When workers lose connection to the redis broker as happens time to time in the cluster due to restarts/upgrades/etc, they stall consuming and do not self-recover. Looks like this was addressed in Kombu 5.4.0, so we'll upgrade the whole celery stack to fix.