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.
Can I access the symfony2 container here (in the custom bootstrap) by any chance? As I am using Ekino NewRelic Bundle and would like to access its services.
Does this bundle provide a symfony2 dispatcher event or a mechanism where I can do something when a Job fails?