-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add live status checks on talisker.run #448
Comments
I'm not sure how this could work, tbh. I mean, you could have an envvar like TALISKER_STATUS_CMD=test, and then instead of running the supplied script, it would run the cmd and output the response? I think maybe we could have a talisker.test command, which does the same thing talisker.run, but has subcommands, and checks that the current configuration in the environment works. e.g
What your testing is that your talisker config (via envvar or file) is functioning as expected? Is that what you were thinking? |
That'd be great to check the environment health. I'd call it |
So that |
It'd be great if there was something similar to taliskers's
/_status/
,/_status/info/
,/_status/test
, etc API when running a service throughtalisker.run
. Maybe a command line flag, or envvars?The text was updated successfully, but these errors were encountered: