Browse Source

ref: cleanup unused queue name (#82510)

this now uses split queues and the default is defined here
https://github.com/getsentry/sentry/blob/32371819967b9ca39f10aefcfb0da086c80e4141/src/sentry/conf/server.py#L858

remove this line that does nothing except cause noise in logs
Lyn Nagara 2 months ago
parent
commit
8d4c5bfdee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/sentry/profiles/task.py

+ 0 - 1
src/sentry/profiles/task.py

@@ -43,7 +43,6 @@ REVERSE_DEVICE_CLASS = {next(iter(tags)): label for label, tags in DEVICE_CLASS.
 
 @instrumented_task(
     name="sentry.profiles.task.process_profile",
-    queue="profiles.process",
     retry_backoff=True,
     retry_backoff_max=20,
     retry_jitter=True,