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 e34d155 commit dc9a947Copy full SHA for dc9a947
src/sentry/workflow_engine/tasks/workflows.py
@@ -15,7 +15,7 @@
15
from sentry.utils import metrics
16
from sentry.workflow_engine.models import Detector
17
from sentry.workflow_engine.processors.workflow import process_workflows
18
-from sentry.workflow_engine.tasks.utils import build_workflow_event_data_from_event
+from sentry.workflow_engine.tasks.utils import build_workflow_event_data_from_event, retry_timeouts
19
from sentry.workflow_engine.types import WorkflowEventData
20
from sentry.workflow_engine.utils import log_context
21
@@ -128,6 +128,7 @@ def workflow_status_update_handler(
128
),
129
130
)
131
+@retry_timeouts
132
@retry
133
def process_workflows_event(
134
project_id: int,
0 commit comments