Skip to content
Snippets Groups Projects
Commit 598b161b authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update README.md

parent 2b9a1c10
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@ This container acts in a similar way to the API Gateway on AWS. Requests can be
Features:
* auto-scaling of replicas as load increases
* backing off of replicas as load reduces
* unique URL routes for serverless functions
* [todo] auto-scaling of replicas as load increases
* [todo] backing off of replicas as load reduces
* [todo] unique URL routes for serverless functions
* instrumentation via Prometheus metrics at GET /metrics
watchdog
......@@ -23,7 +23,7 @@ This binary fwatchdog acts as a watchdog for your function. Features:
* Static binary in Go
* Listens to HTTP requests over swarm overlay network
* Spawns process set in `fprocess` ENV variable for each HTTP connection
* Only lets processes run for set duration i.e. 500ms, 2s, 3s.
* [todo] Only lets processes run for set duration i.e. 500ms, 2s, 3s.
* Language/binding independent
Complete example:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment