Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MesosStateStore): adjust the backoff strategy
Adjust the backoff strategy to allow _unlimitted_ retries, reduce the start delay and limit the delay to 5 seconds. The adjusted strategy should make the Mesos data stream more resilient to connection issues and basically falls back to polling for changes in cases where chunked streaming doesn't work. This change also improves the perceived performance as delaying the first retry longer than 500ms results in users thinking that nothing is happening at all. Closes DCOS-38400
- Loading branch information