Skip to content

Commit

Permalink
got rid of the hardcoded 30s delay at the start and moved the logic t…
Browse files Browse the repository at this point in the history
…o k8s pod update strategy
  • Loading branch information
Feinburger committed May 12, 2024
1 parent d895b85 commit c19e164
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
print(domain_subdomain_ips)
print(domain_zone_id)

# this delay is needed because of the overlapping existence of a terminating container/pod and a new container/pod
time.sleep(30)

# initialization of variables
uptime = {}
downtime = {}
Expand Down

0 comments on commit c19e164

Please sign in to comment.