Puma stuck with message “Early termination of worker” on Rails 6 API only project at Elastic Beanstalk

后端 未结 6 517
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-17 11:41

I have a Rails 6 api-only application which I am failed to run at AWS Elastic Beanstalk. After deployment of that application, puma stucks with message \"Early termination o

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-17 12:36

    I forgot to tell about my project structure. I have a directory called overrides in under app/ folder.

    Finally, I found at that app/overrides folder causes puma crash maybe related with this issue: How to ignore a folder in Zeitwerk for Rails 6?

    After I changed my environment.rb file with ignoring app/overrides folder, my project started to run smoothly.

提交回复
热议问题