jitsu
jitsu copied to clipboard
Improving retry logic
- 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