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

Respect SYMFONY_ENV and --env when starting workings #115

Open pb30 opened 9 years ago

pb30 commented 9 years ago

Similar to behavior of app/console, workers should respect --env and then SYMFONY_ENV.