Commit 211f0c9
[matjaz-test3] [AI-FSSDK] [FSSDK-12248] Increase max retry time interval to 3 seconds
Updated ODP_EVENT_MANAGER MAX_RETRY_INTERVAL from 1.0 to 3.0 seconds to allow
longer retry intervals during network issues. This change affects the exponential
backoff retry logic which now caps at 3 seconds instead of 1 second.
Changes:
- lib/optimizely/helpers/constants.rb: Updated MAX_RETRY_INTERVAL constant
- spec/odp/odp_event_manager_spec.rb: Updated test expectations for new cap
Quality Assurance Results:
- Status: SUCCESS (adapted changes to upstream refactoring)
- Iterations: 1/5 (smart exit - perfect on first try)
- Tests: 26/26 passed
- Review: Approved (0 critical, 0 warnings)
- Test coverage: Comprehensive exponential backoff validation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 684fdac commit 211f0c9
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
592 | | - | |
| 591 | + | |
| 592 | + | |
593 | 593 | | |
594 | | - | |
595 | | - | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
596 | 599 | | |
597 | 600 | | |
598 | 601 | | |
0 commit comments