Skip to content

Commit d0351f8

Browse files
authored
chore(crons): Remove sentry monitor decorator from run_escalating_forcast job (#77499)
1 parent db533da commit d0351f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sentry/tasks/weekly_escalating_forecast.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
from datetime import UTC, datetime, timedelta
33
from typing import TypedDict
44

5-
from sentry_sdk.crons.decorator import monitor
6-
75
from sentry.constants import ObjectStatus
86
from sentry.issues.forecasts import generate_and_save_forecasts
97
from sentry.models.group import Group, GroupStatus
@@ -33,7 +31,6 @@ class GroupCount(TypedDict):
3331
max_retries=0,
3432
silo_mode=SiloMode.REGION,
3533
)
36-
@monitor(monitor_slug="escalating-issue-forecast-job-monitor")
3734
def run_escalating_forecast() -> None:
3835
"""
3936
Run the escalating forecast algorithm on archived until escalating issues.

0 commit comments

Comments
 (0)