Commit 6622fde8 authored by Alexey Migutsky's avatar Alexey Migutsky

Update serverside-checklist.md

parent 88b1c2e9
......@@ -5,36 +5,36 @@ This is a checklist for serverside of the Web App.
## Load balancing
[ ] My project can run on multiple CPUs
[ ] My project can run behind the load balancer
[ ] I can add a new node
* [ ] My project can run on multiple CPUs
* [ ] My project can run behind the load balancer
* [ ] I can add a new node
## Transparent deployment
[ ] I can add a new node without stopping the application
[ ] I can add a new node without user sessions being lost/destroyed
[ ] I can make a rolling upgrades for my service
* [ ] I can add a new node without stopping the application
* [ ] I can add a new node without user sessions being lost/destroyed
* [ ] I can make a rolling upgrades for my service
## Supervising
[ ] My application can survive a server restart
[ ] My application is restarted automatically after the crash
* [ ] My application can survive a server restart
* [ ] My application is restarted automatically after the crash
## Logging
[ ] My application produces log output to rotated files
[ ] My logs are aggregated to a log analysing service
* [ ] My application produces log output to rotated files
* [ ] My logs are aggregated to a log analysing service
## Monitoring
[ ] I have configured the alerts for abnormal activity
* [ ] I have configured the alerts for abnormal activity
## Metrics
[ ] I can observe different events from my app over time
* [ ] I can observe different events from my app over time
* Number of requests for endpoints
* Duration of requests for endpoints
......@@ -43,6 +43,6 @@ This is a checklist for serverside of the Web App.
## Testing
[ ] I have performed stress tests for my application
[ ] I have performed network partitioning tests for my application
* [ ] I have performed stress tests for my application
* [ ] I have performed network partitioning tests for my application
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