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

wait-for for http waits for first http-code and then return #3

Open
haneev opened this issue Oct 15, 2020 · 1 comment
Open

wait-for for http waits for first http-code and then return #3

haneev opened this issue Oct 15, 2020 · 1 comment

Comments

@haneev
Copy link

haneev commented Oct 15, 2020

We have an java server that after starting returns a 503, because its starting up and after a few seconds it turns 200. However, wait-for directly fails on the 503 :/ can we add a timeout or something that for some codes like 503 we can wait a bit longer?

@jordyv
Copy link
Owner

jordyv commented Oct 15, 2020

Hi @haneev,
Good suggestion! Perhaps a 'delay' or 'wait' flag would be a good idea. Feel free to create a pull request yourself ;-)

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