From a5d969bb7ab4e77f445ca55b13fd3d6bd5a1e61c Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 Nov 2024 01:49:44 +0000 Subject: [PATCH] unnessecary comment --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 77c4aed..3a2cb30 100644 --- a/main.py +++ b/main.py @@ -87,7 +87,7 @@ def poll_github_actions_and_allocate_runners(url, token, sleep_time=5): if not POLLED_WITHOUT_ALLOCATING: logger.info("Polling for queued workflows...") POLLED_WITHOUT_ALLOCATING = True - time.sleep(sleep_time) # issues occur if you request to frequently + time.sleep(sleep_time) def get_all_jobs(workflow_id, token):