Kyle Consalus
Kyle Consalus
Still some weirdness here, but the aim is to bundle up all of the redis-derived data (TODO: better name for it) and pass that around as an immutable fact rather...
Use WorkflowActionGroupStatus for our recency filtering rather than ActionGroupStatus. While we're at it, remove any remaining active uses of ActionGroupStatus.
delayed_workflow can fail to evaluate snuba queries and as a result potentially trigger incorrectly. We already report this case, but only locally and without any reasonable way to assess the...
The existing DetectorGroup backfill job is impractically slow. This adds a function (intended to be triggered by a job) to produce roughly equal ranges of IDs in the Projects table,...
Remove unused `workflow_engine.use_cohort_selection`. Remove remaining test-only use of `workflow_engine.scheduler.use_conditional_delete`.