-
-
Notifications
You must be signed in to change notification settings - Fork 8
Consider implementing retry logic #2
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
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 operations.
We may want to look into shipping a "retry" logic. An exponential backoff algorithm may be useful.
Refs clue/reactphp-mq#5