我已经开始得到奇怪的错误与新的遗迹和resque
INFO : Starting Agent shutdown
ERROR : undefined method `write' for nil:NilClass: Unable to send data to parent process, please see https://newrelic.com/docs/ruby/resque-instrumentation for more information
我已经按照说明here
我也不再看到任何东西在我的新遗物控制面板
1条答案
按热度按时间bmp9r5qi1#
directions最近更新了。我相信
:report_instance_busy => false
是从Resque.before_first_fork
移动到Resque.after_fork
的。或者,如果您能够将
resque
提升到>= 1.23.1
,那么您可以完全删除显式的resque
钩子,因为resque
链接已经修复,并且newrelic_rpm
gem指令不会被其他gem覆盖。如果这些修复不起作用,您可能需要在newrelic.exe中执行turn on audit logging。您只需要在很短的时间内(比如5分钟)打开它,因为它可能会对应用程序的性能产生不利影响。您可以将其附加到
newrelic
问题请求中,或者通过自己阅读文件来找出问题所在。