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
From time to time, we see an issue in Sentry about a previous allocation not being found. For example, this could happen when the event stream gets disconnected. Therefore, in this case we want to filter those events that have a timestamp before the disconnect, ideally preventing this issue from occurring.
Before starting with this issue, confirm this assumption first.
Currently, we see this issue regularly on production, where it occurs mostly during the nights (indicating that our unattended-upgrades are causing the issue).
From time to time, we see an issue in Sentry about a previous allocation not being found. For example, this could happen when the event stream gets disconnected. Therefore, in this case we want to filter those events that have a timestamp before the disconnect, ideally preventing this issue from occurring.
Before starting with this issue, confirm this assumption first.
Sentry Issue: POSEIDON-48
The text was updated successfully, but these errors were encountered: