Skip to content

Latest commit

 

History

320 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-wait

Docker Workflow Release Notes Apache License 2.0

Simple http proxy that retries the request and delays the response until an expected status code is received.

Enviromnet variables

  • LOG_LEVEL: log level (default: INFO)
  • SERVER_HOST: listen host (default: 0.0.0.0)
  • SERVER_PORT: listen port (default: 8080)
  • STATUS_CODES: expected status codes comma separated (default: 200)
  • RETRY_TIMEOUT: time to delay response until gateway timeout (default: 5min)
  • RETRY_INTERVAL: retry interval (default: 5s)
  • CONNECT_TIMEOUT: gateway connect timeout (default: RETRY_INTERVAL)

Docker builds

https://github.com/users/lhns/packages/container/package/http-wait

License

This project uses the Apache 2.0 License. See the file called LICENSE.

About

Simple http proxy that retries the request and delays the response until an expected status code is received

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages