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

Update serverside-checklist.md

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