-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(subscriptions): Use received_p99 for scheduling subscriptions (#…
…4922) Errors and transactions have a "received" field. So let's use the p99 of that as the clock for subscription scheduling. This is a better timestamp to use than the Snuba one, as any backlogs in the ingest consumer will actually be taken into account in alerts. That is - if the ingest consumer is backlogging and messages delayed, subscriptions will not be run ahead of those messages being ingested.
- Loading branch information
Showing
3 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters