best connection
Build and Push Docker Images / build-and-push (push) Successful in 35s

This commit is contained in:
2026-08-14 19:48:19 +02:00
parent 7a5b2ac3bd
commit 22d537a41d
5 changed files with 341 additions and 202 deletions
@@ -83,7 +83,7 @@ def run_rotation(reason: str) -> None:
wait_s = int(os.environ.get("RATE_LIMIT_WAIT_SECONDS", "3600"))
while True:
log(reason)
result = subprocess.run(["/usr/local/bin/rotate.sh"], check=False)
result = subprocess.run(["/usr/local/bin/rotate.py"], check=False)
if result.returncode == 0:
return
if result.returncode == EXIT_RATE_LIMITED: