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
c84902c3
Commit
c84902c3
authored
Feb 19, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated serverside-checklist
parent
a101da59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
serverside-checklist.md
serverside-checklist.md
+8
-0
No files found.
serverside-checklist.md
View file @
c84902c3
...
@@ -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
...
...
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