Skip to content

Commit

Permalink
match the pattern that exists for this naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxolotl committed Oct 1, 2021
1 parent 48dc8cf commit 1644da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sentry/tasks/low_priority_symbolication.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


@instrumented_task(
name="sentry.tasks.symbolicator.scan_for_suspect_projects",
name="sentry.tasks.low_priority_symbolication.scan_for_suspect_projects",
queue="symbolications.compute_low_priority_projects",
ignore_result=True,
soft_time_limit=10,
Expand Down Expand Up @@ -57,7 +57,7 @@ def _scan_for_suspect_projects() -> None:


@instrumented_task(
name="sentry.tasks.symbolicator.update_lpq_eligibility",
name="sentry.tasks.low_priority_symbolication.update_lpq_eligibility",
queue="symbolications.compute_low_priority_projects",
ignore_result=True,
soft_time_limit=10,
Expand Down

0 comments on commit 1644da0

Please sign in to comment.