reactphp-mq icon indicating copy to clipboard operation
reactphp-mq copied to clipboard

Consider implementing retry logic

Open clue opened this issue 7 years ago • 0 comments

This project does not currently implement any retry logic. As such, it is up to consumers of this package to implement custom logic to handle failed jobs.

We may want to look into shipping a "retry" logic. An exponential backoff algorithm may be useful.

clue avatar Mar 06 '18 11:03 clue