Skip to content

Conversation

@jaeopt
Copy link
Contributor

@jaeopt jaeopt commented Jan 28, 2026

Summary

This PR increases the maximum retry time interval from 1 second to 3 seconds for ODP event dispatching, based on Jira ticket FSSDK-12248. This allows for more robust retry behavior under load conditions.

Changes

  • Updated max_retry_interval from 1.0 to 3.0 seconds in ODP event manager
  • Updated comment to reflect new 3-second cap for exponential backoff

Jira Ticket

FSSDK-12248

Testing

  • Code changes are minimal and focused on configuration values
  • Existing retry logic tests should cover the new interval value
  • Manual testing recommended for verifying retry behavior under load

Notes

  • This is a non-breaking change that only affects retry timing behavior
  • The change allows for longer backoff periods during network issues or service degradation

This change increases the maximum retry time interval from 1 second to 3 seconds
for ODP event dispatching, allowing for more robust retry behavior under load.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jaeopt jaeopt closed this Jan 28, 2026
@jaeopt jaeopt deleted the ai/jaeopt/FSSDK-12248-retry-interval branch January 28, 2026 17:44
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