jitsu icon indicating copy to clipboard operation
jitsu copied to clipboard

Improving retry logic

Open Alessar opened this issue 3 years ago • 0 comments

  • 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 avatar Sep 04 '22 17:09 Alessar