Custom Retry intervals #479
ProgrammerZ
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I find it more useful having custom interval for retries. Would be nice to be able to provide array:
public int|array|null $retryInterval = [500, 5000, 3600000, 28800000];
Beta Was this translation helpful? Give feedback.
All reactions