我在AWS上构建了一个后端服务(nginx + passenger + rails)。 我的服务大部分时间都在按预期运行,但是当乘客创建一个奇怪的新流程来处理请求时,有时会出错:
[INFO] Started POST "/apixxxxxx"
[FATAL] LoadError (Expected /xxxxxxxx/app/controllers/application_controller.rb to define ApplicationController):
[INFO] Started POST "/apixxxxxx"
[FATAL] ActionController::RoutingError (uninitialized constant ApplicationController):
[INFO] Started POST "/apioooooo"
[FATAL] ActionController::RoutingError (uninitialized constant ApplicationController):
...
在这个奇怪的过程中有一些签名:
*新添加的信息:
以下是我的机器的一些信息:
我还使用此LoadError问题搜索了一些关键字,如“AWS EBS卷的IOPS限制”或“sidekiq线程”,但没有运气。是否有任何新的方向来调查这个问题?