Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wait-for-200

Waits for an http 200.

Usage : docker run runo/wait-for-200 "http://someurl" --timeout=30

This command will issue http requests to the url "http://someurl" until an http 200 is received or 30s elapsed since the beginning of the command. The interval between each attempt is 100ms.

The docker image is available on docker hub : https://hub.docker.com/r/runo/wait-for-200/

About

wait-for-200 is a java application that will wait on the 200 http code of an URL. This is useful to wait for the readiness/liveness of a microservice.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages