The BCC resque bundle provides integration of php-resque to Symfony2. It is inspired from resque, a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
122
stars
91
forks
source link
New Relic transaction naming support for Jobs? #112
I was looking for pointers / support on how can each Job be reported as a separate New Relic transaction.
Right now in my New Relic, I see the vendor/bcc/resque-bundle/BCC/ResqueBundle/bin/resque as one thick transaction with no further clarity on which job is taking how long..
Would like your thoughts on better integration with New Relic?
I was looking for pointers / support on how can each Job be reported as a separate New Relic transaction.
Right now in my New Relic, I see the
vendor/bcc/resque-bundle/BCC/ResqueBundle/bin/resque
as one thick transaction with no further clarity on which job is taking how long..Would like your thoughts on better integration with New Relic?