https://github.com/socketcluster/scc-state
Cluster state tracking and notification engine for SocketCluster clusters.
https://github.com/socketcluster/scc-state
Last synced: 12 months ago
JSON representation
Cluster state tracking and notification engine for SocketCluster clusters.
- Host: GitHub
- URL: https://github.com/socketcluster/scc-state
- Owner: SocketCluster
- License: mit
- Created: 2016-06-17T22:04:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T11:09:31.000Z (over 2 years ago)
- Last Synced: 2025-04-13T19:42:52.630Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 16
- Watchers: 11
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scc-state
Cluster state tracking and notification engine for SCC.
### Usage
```js
SCC_STATE_LOG_LEVEL=1 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/scc-state:vx.x.x .
```
```
docker push socketcluster/scc-state:vx.x.x
```