mjphaynes / php-resque

php-resque is a Redis-backed PHP library for creating background jobs, placing them on multiple queues, and processing them later.
MIT License
222 stars 50 forks source link

[ Feature ] Retry #74

Closed merlindorin closed 4 years ago

merlindorin commented 6 years ago

Hi,

I'm working on a draft of this feature #73 ... in fact, if my test succeed, I'm ready to PR something more relevant. :D

In this commit, I just add a quick doc of the related feature... with a dirty english (as usual 😢 ).

If you have question or suggestion, don't hesitate. Everything is welcome ^^.

merlindorin commented 6 years ago

FYI, I need a review of my previous PR if you want test.

merlindorin commented 6 years ago

it works :D

screen shot 2017-12-19 at 20 10 56
xelan commented 6 years ago

Great! Then I'd say let's get #72 ready first and then this one :smile:

merlindorin commented 6 years ago

indeed and done

scones commented 6 years ago

stall this until #81 ?

merlindorin commented 6 years ago

yes I think