Skip to content

Commit

Permalink
feat(transactions): remove queue name from save_event_transaction task (
Browse files Browse the repository at this point in the history
#78987)

we cannot pass the default queue name here anymore as we are moving to
split queues to increase throughput
  • Loading branch information
lynnagara authored Oct 11, 2024
1 parent 43abe20 commit 911c2a5
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 911c2a5

Please sign in to comment.