We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f6e1d commit ee2a56fCopy full SHA for ee2a56f
src/sentry/workflow_engine/processors/action.py
@@ -49,7 +49,7 @@ def get_action_last_updated_statuses(now: datetime, actions: BaseQuerySet[Action
49
"action__dataconditiongroupaction__condition_group__workflowdataconditiongroup__workflow__config"
50
),
51
52
- Value("30"), # default 30
+ Value("0"), # default 0
53
54
output_field=IntegerField(),
55
)
0 commit comments