【问题标题】:Elastic Beanstalk Ruby 2.6 running on 64bit Amazon Linux 2/3.1.2 platform update error: Early termination of worker在 64 位 Amazon Linux 2/3.1.2 平台上运行的 Elastic Beanstalk Ruby 2.6 更新错误:工作人员提前终止
【发布时间】: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


    【解决方案1】:

    总之,我通过在我的 Gemfile 中添加此错误来修复此错误

    gem 'nio4r', '2.5.3'
    

    然后运行bundle update,推送代码并重新部署我的应用程序。

    我在this stack overflow answer 中分享了我如何获得解决方案的更详细说明

    【讨论】:

      猜你喜欢
      • 2021-03-21
      • 2020-12-29
      • 2021-01-11
      • 2022-07-26
      • 2020-07-23
      • 2021-11-09
      • 2018-08-17
      • 2021-08-22
      • 2021-02-17
      相关资源
      最近更新 更多