Releases: openfaas/of-watchdog
Releases · openfaas/of-watchdog
HTTP mode enhancement
Closes the request body if supplied to prevent dangling connections.
Pass QueryString to upstream_url in HTTP Mode
Fixes:
- HTTP mode - Pass QueryString along to upstream_url #18 via 7805183 @alexellis
Add exec_timeout for HTTP mode
- Adds exec_timeout for HTTP mode
HTTP KeepAlive tuning
Tunes internal upstream HTTP connection with KeepAlive
Minor fix for HTTP forwarding
Set incoming request headers on forwarded http message Signed-off-by: Alex Ellis <[email protected]>
Adds HTTP as an experimental mode
Add HTTP as a watchdog mode Signed-off-by: Alex Ellis <[email protected]>
Configure watchdog via env-vars
See README.md for more details
Write lock file
Write lock file to maintain compatibility with health checks.
Set default port to 8080
- Set default port to 8080
Add Serialize/Afterburn/Streaming modes
Available for testing:
- fprocess env variable
- mode env variable - streaming/serializing/afterburn