https://github.com/socketcluster/agc-state
Cluster state tracking and notification engine for Asyngular clusters.
https://github.com/socketcluster/agc-state
Last synced: 10 months ago
JSON representation
Cluster state tracking and notification engine for Asyngular clusters.
- Host: GitHub
- URL: https://github.com/socketcluster/agc-state
- Owner: SocketCluster
- License: mit
- Created: 2019-01-05T13:48:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T22:20:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T20:56:52.599Z (about 1 year ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agc-state
Cluster state tracking and notification engine for Asyngular clusters
### Usage
```js
AGC_STATE_LOG_LEVEL=0 node server.js
```
### Log levels
* 3 - log everything
* 2 - warnings and errors
* 1 - errors only
* 0 - log nothing
### Build and deploy to DockerHub
Replace `x.x.x` with the version number.
```
docker build -t socketcluster/agc-state:vx.x.x .
```
```
docker push socketcluster/agc-state:vx.x.x
```