Skip to content

Commit

Permalink
unnessecary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexboden committed Nov 22, 2024
1 parent 441b639 commit a5d969b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a5d969b

Please sign in to comment.