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.
There is a pretty serious issue relating to data loss in the underlying library (see https://github.com/chrisboulton/php-resque/issues/228) and I am not sure there is any hope of this being resolved in the near future.
There is a pretty serious issue relating to data loss in the underlying library (see https://github.com/chrisboulton/php-resque/issues/228) and I am not sure there is any hope of this being resolved in the near future.
Would a README update be accepted?