Skip to content

Commit

Permalink
ref: clean up queue_name from save_event_transaction
Browse files Browse the repository at this point in the history
routing for this task is done by the split queue task router now,
remove the hardcoded queue name
  • Loading branch information
lynnagara committed Oct 16, 2024
1 parent 1349f4c commit 800500c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sentry/tasks/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ def save_event(

@instrumented_task(
name="sentry.tasks.store.save_event_transaction",
queue="events.save_event_transaction",
time_limit=65,
soft_time_limit=60,
silo_mode=SiloMode.REGION,
Expand Down

0 comments on commit 800500c

Please sign in to comment.