本文介绍了Greenlet运行时错误和Docker中已部署的应用程序不断引导所有工作程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有工作程序都正在启动。

And all the workers are being booted.

一周前运行良好,现在我'm开始出现问题。

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

推荐答案


表示
a解决方法是greenlet == 0.4.16或将您的gevent升级到20.9。 0

as https://discuss.redash.io/t/binary-compatibility-issue-with-greenlet/7237indicatesa workaround is greenlet==0.4.16 or upgrade your gevent to 20.9.0

在greenlet github页面上建议以下修复程序

following fix is suggested on the greenlet github page

另请参阅以下问题





  • https://github.com/python-greenlet/greenlet/issues/180
  • https://github.com/python-greenlet/greenlet/issues/182
  • https://github.com/python-greenlet/greenlet/issues/178

这篇关于Greenlet运行时错误和Docker中已部署的应用程序不断引导所有工作程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 05:50