Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

retry arguments are ignored #11

Open
gkorland opened this issue Apr 28, 2022 · 1 comment
Open

retry arguments are ignored #11

gkorland opened this issue Apr 28, 2022 · 1 comment

Comments

@gkorland
Copy link

    - name: Verify with curl
      uses: wei/[email protected]
      with:
        args: http://localhost:5000/chat --connect-timeout 5 --max-time 10 --retry 5 --retry-delay 0 --retry-max-time 40 -H "Content-Type:application/json" -d '{"message":"I am crazy"}'

I still get this error:

curl: (7) Failed to connect to localhost port 5000 after 0 ms: Connection refused
@memark
Copy link

memark commented May 28, 2022

I see no trouble with this when connecting to another host, like example.com:

image

Can you try changing the host?
(I assume the chat application is not running on the GitHub Actions runner itself ("localhost" here), but rather on some other host.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants