Grigoriy

Results 1 comments of Grigoriy
trafficstars

I had these warnings when using celery 4.3.0 with --pool=eventlet, RabbitMQ 3.6.5 Adding `connection.heartbeat_check()` in _celery/celery/worker/pidbox.py_ resolved the issue for me, see at [stackoverflow](https://stackoverflow.com/a/48250107/6657231) Please, check if it is a...