Skip to content
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

feat: retry dynamodb HttpDispatch errors #605

Merged
merged 3 commits into from
Feb 9, 2024

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Feb 7, 2024

and add back retry logic to fetch message calls (legacy autopush and the python version previously did this)

Note: the majority of HttpDispatch errors are likely due to a misconfigured pool (so retrying is a lazy fix, but sufficient):

Closes: SYNC-4126

@pjenvey pjenvey requested review from jrconlin and taddes February 7, 2024 20:51
and add back retry logic to fetch message calls (legacy autopush and the python
version previously did this)

Note: the majority of HttpDispatch errors are likely due to a misconfigured
pool (so retrying is a lazy fix, but sufficient):
rusoto/rusoto#1686

Closes: SYNC-4126
@pjenvey pjenvey force-pushed the feat/retry-dynamodb-httpdispatch-SYNC-4126 branch from 2c56dbf to 51cd0de Compare February 7, 2024 20:55
@jrconlin jrconlin merged commit cb1482d into master Feb 9, 2024
1 check passed
@jrconlin jrconlin deleted the feat/retry-dynamodb-httpdispatch-SYNC-4126 branch February 9, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants