\Resque::setBackend('localhost:6379');
\Resque::enqueue('Foo', '\App\CoreBundle\Jobs\FooJob', $args);
$ QUEUE=Foo VVERBOSE=1 php resque.php