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

Warn users of potential data loss #121

Closed peterjmit closed 9 years ago

peterjmit commented 9 years ago

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?