-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(retry): export RETRYABLE_ERR_FN_DEFAULT #2517
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Thank you for the contribution @Cynocracy. One small request, can you amend the commit to be |
Apologies, see my comments on the issue. |
roger, will continue discussion in the issue |
Ok I'm good with exporting this. If you can just update the commit message I can get this merged / released. |
@ddelgrosso1 thanks! Updating it now |
Failures are not related to anything you did. This is being fixed in another PR. |
@Cynocracy if you merge main into your branch this should now pass the CI tests and we can merge. |
Without this, it's difficult to create an informational/delegated retry function, that wraps the default and logs the outcome / does some additional logic
updated! and ty for the info :) |
Thanks for the contribution @Cynocracy. I'll release this with |
Fixes #2516