Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
6622fde8
Commit
6622fde8
authored
Feb 19, 2015
by
Alexey Migutsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update serverside-checklist.md
parent
88b1c2e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
serverside-checklist.md
serverside-checklist.md
+17
-17
No files found.
serverside-checklist.md
View file @
6622fde8
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment