Skip to content

Commit

Permalink
ref(crons): Remove outdated comment (#80688)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored Nov 13, 2024
1 parent b830b96 commit f52593c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sentry/monitors/clock_tasks/check_missed.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def dispatch_check_missing(ts: datetime):
their next_checkin_latest, indicating they haven't checked-in when they
should have
When the volume_anomaly_result is "abnormal" miss check-ins will be created
with the unknown status and will not mark the monitor as failed or produce
notifications.
This will dispatch MarkMissing messages into monitors-clock-tasks.
"""
missed_envs = list(
Expand Down

0 comments on commit f52593c

Please sign in to comment.