Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 9, 2023
1 parent 2723251 commit 290c7ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monitoring_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,5 @@ def send_opsgenie_heartbeat(config):
else:
# Reset the count and sleep for the full interval before checking again
execution_count = 0
time.sleep(interval_in_seconds - 2 * frequency)
time.sleep(frequency)

0 comments on commit 290c7ca

Please sign in to comment.