michelsalib / BCCResqueBundle

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

Open epicwhale opened 10 years ago

epicwhale commented 10 years ago

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?

danhunsaker commented 10 years ago

See https://github.com/chrisboulton/php-resque/issues/224#issuecomment-62894503...