Skip to content

Commit

Permalink
fix: check_server default values for delay and check-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolamonaca authored and TimPietrusky committed May 27, 2024
1 parent 5ec829d commit 4945a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def validate_input(job_input):
return {"workflow": workflow, "images": images}, None


def check_server(url, retries=50, delay=500):
def check_server(url, retries=500, delay=50):
"""
Check if a server is reachable via HTTP GET request
Expand Down

0 comments on commit 4945a9d

Please sign in to comment.