Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From-Service Health Checks #2

Open
AlbinoDrought opened this issue Oct 2, 2018 · 0 comments
Open

From-Service Health Checks #2

AlbinoDrought opened this issue Oct 2, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@AlbinoDrought
Copy link
Member

As a user, I want to know if my web-connected-but-not-accessible service becomes unavailable, or breaks, or stops running.

This could be implemented by sending requests from some service to our service. For now, I'm imagining something like this:

  • application starts: POST /check/:someId/running
  • application succeeds: POST /check/:someId/done
  • application fails: POST /check/:someId/failed

For the MVP we could probably just notify on failed. In the future, I would to send notifications if:

  • an application doesn't run when expected (on an expected schedule, maybe cron?)
  • an application doesn't complete under a certain amount of time
  • an application runs too many times
  • an application completes too fast
@AlbinoDrought AlbinoDrought added the enhancement New feature or request label Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant