Greenlet runtime error and deployed app in docker keeps booting all the workers

Question:

RuntimeWarning: greenlet.greenlet size changed, may indicate binary
incompatibility. Expected 144 from C header, got 152 from PyObject

And all the workers are being booted.

2020-09-28T14:09:41.864089908Z [2020-09-28 14:09:41 +0000] [31] [INFO]
Booting worker with pid: 31 2020-09-28T14:09:43.933141974Z [2020-09-28
14:09:43 +0000] [32] [INFO] Booting worker with pid: 32
2020-09-28T14:09:44.317436676Z [2020-09-28 14:09:44 +0000] [33] [INFO]
Booting worker with pid: 33 2020-09-28T14:09:44.795236476Z [2020-09-28
14:09:44 +0000] [34] [INFO] Booting worker with pid: 34

It was working fine a week back or so and now I’m starting to have the problem.

Asked By: Vaibhav

||

Answers:

The issue is resolved with gevent version 22.10.2 with greenlet version 2.0.1

Answered By: Chandan