You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments