We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a way to retry data upload to Knack in case of errors
The text was updated successfully, but these errors were encountered:
We probably want to log and not retry 4xx errors, and retry 5xx errors with some backoff?
Or do a very simple thing where we try everything twice, and then give up – much less good, but much easier to make.
Sorry, something went wrong.
ActBlue will retry if they don't get a 2xx back from us, so I'm good with logging the failure and then returning an error code to ActBlue.
Closed (for now) with #23 !
No branches or pull requests
Have a way to retry data upload to Knack in case of errors
The text was updated successfully, but these errors were encountered: