Commit c84902c3 authored by Mr_Mig's avatar Mr_Mig

Updated serverside-checklist

parent a101da59
...@@ -2,7 +2,12 @@ ...@@ -2,7 +2,12 @@
This is a checklist for serverside of the Web App. This is a checklist for serverside of the Web App.
## Resiliency
* [ ] My application can retain reasonable functionality in isolation
* [ ] My application can recover from being under heavy load
* [ ] My application can reestablish all lost connections
## Load balancing ## Load balancing
* [ ] My project can run on multiple CPUs * [ ] My project can run on multiple CPUs
...@@ -23,6 +28,7 @@ This is a checklist for serverside of the Web App. ...@@ -23,6 +28,7 @@ This is a checklist for serverside of the Web App.
## Logging ## Logging
* [ ] My application logs all errors (even "swallowed")
* [ ] My application produces log output to rotated files * [ ] My application produces log output to rotated files
* Streams with different log levels are separated from each other * Streams with different log levels are separated from each other
...@@ -39,6 +45,8 @@ This is a checklist for serverside of the Web App. ...@@ -39,6 +45,8 @@ This is a checklist for serverside of the Web App.
* HTTP requests timeouts * HTTP requests timeouts
* HTTP responses with 500 status codes * HTTP responses with 500 status codes
* [ ] I have health checks for all parts of my system
## Metrics ## Metrics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment