Open omarqureshi opened 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?
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.
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?