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

Make aggregation retries more granular #14

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

kacperzuk-neti
Copy link
Collaborator

@kacperzuk-neti kacperzuk-neti commented Oct 8, 2024

Current approach of retrying whole set of aggregations from scratch doesn't really work. It retries and just fails again after the same amount of time on the retry.
Additionally, looks like immediately retrying doesn't give enough time for primary server to process everything and next cancel comes very soon. Adding a 30s wait fixes that.

@kacperzuk-neti kacperzuk-neti merged commit fc415ce into develop Oct 21, 2024
5 checks passed
@kacperzuk-neti kacperzuk-neti deleted the more-granular-retries branch October 21, 2024 19:10
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