Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(spotlight): Don't give up on Spotlight on 3 errors (#3856)
Current Spotlight error handling logic gives up sending events to Spotlight after 3 errors. This doesn't make much sense because: 1. Since there is no back off or retry mechanism, even a very brief server hiccup or restart turns off Spotlight reporting 2. Once this shut off kicks in, there is no way to turn it back on except for a server restart I added a note for future work for retries and some short buffer.
- Loading branch information