Skip to content

Sends resend queries to production broker and sends alerts to slack for failed queries

Notifications You must be signed in to change notification settings

streamr-dev/network-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network healthcheck

When running health checks the --slackBotToken must be specified. The token is the OAuth token for the Slack App that is used for notifications.slackBotToken

Running in pm2:

resends:

pm2 start src/realtime-healthcheck.js -- --slackBotToken 'TOKEN_HERE'

real-time:

pm2 start src/resend-healthcheck.js -- --slackBotToken 'TOKEN_HERE'

About

Sends resend queries to production broker and sends alerts to slack for failed queries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published