Skip to content

Commit

Permalink
Merge pull request #33442 from dimagi/dmr/report-time-to-start-ok
Browse files Browse the repository at this point in the history
Report time_to_start_ok as frequently as blockage_ok
  • Loading branch information
dannyroberts authored Sep 7, 2023
2 parents 8ea51b4 + 922a3d9 commit b92443a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions corehq/celery_monitoring/heartbeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def heartbeat():
try:
self.get_and_report_blockage_duration()
self.set_time_to_start(heartbeat.request.id)
self.get_and_report_time_to_start()
except HeartbeatNeverRecorded:
pass
self.mark_seen()
Expand Down

0 comments on commit b92443a

Please sign in to comment.