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

Improving retry logic #964

Open
wants to merge 5 commits into
base: beta
Choose a base branch
from
Open

Improving retry logic #964

wants to merge 5 commits into from

Conversation

Alessar
Copy link
Collaborator

@Alessar Alessar commented Sep 4, 2022

  • Configuration changes:
server:
  streaming_retry_delay_minutes: 1
  error_retry_period_hours: 24
destinations:
  destination_id:
    data_layout:
      error_retry_period_hours: 12 # Can override server option
  • All failed errors will be resent after streaming_retry_delay_minutes
  • Each failed event will be cleared after error_retry_period_hours

@Alessar Alessar requested a review from absorbb September 4, 2022 17:50
@Alessar Alessar linked an issue Sep 4, 2022 that may be closed by this pull request
@Alessar Alessar marked this pull request as ready for review September 18, 2022 15:04
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.

Improve and clarify error retry logic
2 participants