Skip to content

Commit

Permalink
chore(crons): Remove sentry monitor decorator from run_escalating_for…
Browse files Browse the repository at this point in the history
…cast job (#77499)
  • Loading branch information
MichaelSun48 authored Sep 13, 2024
1 parent db533da commit d0351f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sentry/tasks/weekly_escalating_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from datetime import UTC, datetime, timedelta
from typing import TypedDict

from sentry_sdk.crons.decorator import monitor

from sentry.constants import ObjectStatus
from sentry.issues.forecasts import generate_and_save_forecasts
from sentry.models.group import Group, GroupStatus
Expand Down Expand Up @@ -33,7 +31,6 @@ class GroupCount(TypedDict):
max_retries=0,
silo_mode=SiloMode.REGION,
)
@monitor(monitor_slug="escalating-issue-forecast-job-monitor")
def run_escalating_forecast() -> None:
"""
Run the escalating forecast algorithm on archived until escalating issues.
Expand Down

0 comments on commit d0351f8

Please sign in to comment.