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

Environment Supprt? #105

Closed bassrock closed 10 years ago

bassrock commented 10 years ago

I have multiple app environments for testing, development, staging and production. Is there currently a way to set this in the supervisor config? I have been looking around and don't seem to see where it would get set.

bassrock commented 10 years ago

Now I feel silly it looks like the job sets the environment based on how its created... Is that correct?