Skip to content

Commit

Permalink
CHG update polling rate of infra warn job
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 11, 2023
1 parent 6eb4284 commit 9129fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/anubis/jobs/infra_poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def main():
while True:
check_cluster_ides()
time.sleep(1)
time.sleep(15)


if __name__ == "__main__":
Expand Down

0 comments on commit 9129fb2

Please sign in to comment.