Closed aripollak closed 11 years ago
The delayed_job worker task normally runs via rake, but New Relic already monitors delayed_job, so there isn't really a point in having it be monitored as a rake task. This bypasses instrumentation for any task called jobs:rake.
jobs:rake
Thanks! Any chance of a new gem release to include this?
just released 1.3.1, thanks for your contribution
The delayed_job worker task normally runs via rake, but New Relic already monitors delayed_job, so there isn't really a point in having it be monitored as a rake task. This bypasses instrumentation for any task called
jobs:rake
.