Skip to content

Commit 73bc234

Browse files
committed
readme
1 parent 992ff12 commit 73bc234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ let applicationState = appState.get()
5656

5757
Using state:
5858

59-
* RUNNING - application is running
60-
* STOPPED - application is running, but programmatically stopped
61-
* ERROR - application is running, but has a critical error (e.g.: DB connection error): app doesn't serves requests
62-
* INIT - application is starting, initialization: starting phase (app doesn't handle request)
59+
* **RUNNING** - application is running
60+
* **STOPPED** - application is running, but programmatically stopped
61+
* **ERROR** - application is running, but has a critical error (e.g.: DB connection error): app doesn't serves requests
62+
* **INIT** - Default state, application is starting, initialization: starting phase (app doesn't handle request)
6363

6464
Use a /health endpoint for load-balancers, and set to UP, if ```appState.get() === 'RUNNING'```, else DOWN.
6565

0 commit comments

Comments
 (0)