Skip to content

Commit

Permalink
process job
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Dec 14, 2024
1 parent bec18f0 commit 0acfef2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sentry/tasks/post_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,10 +1002,8 @@ def process_workflow_engine(job: PostProcessJob) -> None:
# If the flag is enabled, use the code below
from sentry.workflow_engine.processors.workflow import process_workflows

evt = job["event"]

with sentry_sdk.start_span(op="tasks.post_process_group.workflow_engine.process_workflow"):
process_workflows(evt)
process_workflows(job)


def process_rules(job: PostProcessJob) -> None:
Expand Down

0 comments on commit 0acfef2

Please sign in to comment.