-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The downstream story-indexer processes have an edge-case where the fetcher queues can get full and clogged if there is a sudden influx of new stories from a source, especially when those stories throw errors and end up recycling through the re-fetching queues. It would be nice to have an alert in this process when a source starts producing a significantly larger volume of sources, so that we can be alerted ahead of time to keep an eye out.
I'm not personally so familiar with the inner workings of the RSS fetcher, so I'm not sure exactly where the detector would go for this signal. Once we can detect the signal, hooking it up to our existing alerting infrastructure should be straightforward!