Simple http proxy that retries the request and delays the response until an expected status code is received.
- 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)
https://github.com/users/lhns/packages/container/package/http-wait
This project uses the Apache 2.0 License. See the file called LICENSE.