chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

Multiple failure queues #280

Open omarqureshi opened 8 years ago

omarqureshi commented 8 years ago

Much like the Ruby implementation, it would be good if we could implement multiple failure queues as an option.

If switched on, failed jobs would no longer go to the failed queue, but, would instead go to #{queue_name}_failed

I have an implementation that I have written at https://github.com/talis/php-resque/pull/1

Would it be worth me sending a pull request?

danhunsaker commented 8 years ago

Send it along; we'll see what happens. You've already noted the feature drift between the Ruby and PHP versions... There's a lot of ground to cover to catch up.