【发布时间】:2021-01-28 21:26:51
【问题描述】:
突然,在自动平台更新到版本 3.1.2 后,我在 puma 日志中反复不断地收到此消息:
Early termination of worker
+ Gemfile in context: /var/app/current/Gemfile
但是日志不会显示实际的错误是什么。
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk
突然,在自动平台更新到版本 3.1.2 后,我在 puma 日志中反复不断地收到此消息:
Early termination of worker
+ Gemfile in context: /var/app/current/Gemfile
但是日志不会显示实际的错误是什么。
【问题讨论】:
标签: amazon-web-services amazon-elastic-beanstalk
总之,我通过在我的 Gemfile 中添加此错误来修复此错误
gem 'nio4r', '2.5.3'
然后运行bundle update,推送代码并重新部署我的应用程序。
我在this stack overflow answer 中分享了我如何获得解决方案的更详细说明
【讨论】: