spiral-modules / jobs

RoadRunner: Background PHP workers, Queue brokers
MIT License
60 stars 11 forks source link

Implement better backoff strategy #10

Closed wolfy-j closed 4 years ago

wolfy-j commented 5 years ago

Currently most of jobs brokers use static reconnect duration which equals to timeout value. Need to implement backoff strategy with exponential timeout increases after some amount of failures.