Skip to content

[AI-FSSDK] (DO NOT REVIEW) [FSSDK-12248] Increase max retry time interval to 3 seconds#491

Open
Mat001 wants to merge 1 commit intomasterfrom
ai/mat001/FSSDK-12248-retry-interval
Open

[AI-FSSDK] (DO NOT REVIEW) [FSSDK-12248] Increase max retry time interval to 3 seconds#491
Mat001 wants to merge 1 commit intomasterfrom
ai/mat001/FSSDK-12248-retry-interval

Conversation

@Mat001
Copy link
Contributor

@Mat001 Mat001 commented Feb 6, 2026

Summary

This PR increases the maximum retry time interval from 1 second to 3 seconds in the ODP event manager to allow longer retry delays for improved resilience during temporary network issues.

Related Ticket: FSSDK-12248

Changes

  • Updated max_retry_interval from 1.0 to 3.0 seconds in optimizely/odp/odp_event_manager.py
  • Updated exponential backoff comment to reflect new cap value
  • Exponential backoff sequence: 200ms, 400ms, 800ms, 1600ms, 3200ms, ... capped at 3s (previously capped at 1s)

Testing

  • All 23 existing ODP event manager unit tests pass (100%)
  • No breaking changes to public API
  • Compatible with existing retry count configuration

Quality Assurance

  • Tests: 23/23 passed (100%)
  • Code Review: Approved
  • No critical issues identified

Generated with Claude Code AI-FSSDK automation

- Updated max_retry_interval from 1.0 to 3.0 seconds in ODP event manager
- Updated retry comment to reflect new exponential backoff cap
- Allows longer retry delays for improved resilience during temporary network issues
- All 23 existing ODP event manager tests pass

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.

1 participant