Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Send alert when Gekko stops #134

Closed
chevdor opened this issue Jan 5, 2014 · 2 comments
Closed

Send alert when Gekko stops #134

chevdor opened this issue Jan 5, 2014 · 2 comments

Comments

@chevdor
Copy link

chevdor commented Jan 5, 2014

No description provided.

@askmike
Copy link
Owner

askmike commented Jan 6, 2014

We could catch all major exceptions using process.on('uncaughtException') and send a message to all actors subscribed to the crash event. Though we need to count so that we only do this once, because if there is a bug in one of the actors handling it we have an infinite loop.

I'll accept pull requests but I am not going to do this myself before the 0.1.0 release.

@boxxa
Copy link

boxxa commented Jan 13, 2014

Install nodemon globally and launch gekko with if. If it you have the email notification on startup, you will get an email when the application restarts.

https://github.com/remy/nodemon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants