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

Collect diagnostics information if Job fails while execution and make it available to users #21

Open
michaelschnyder opened this issue Apr 5, 2017 · 0 comments
Milestone

Comments

@michaelschnyder
Copy link
Member

Originally mentioned in #12, where a job throw a NotImplementedException but is basically applicable for and exceptions that are unhandled and turn the state to failed.

Usually there is some logging infrastructure available in the jobrun itself that would log this kind of execptions, how-ever, if logging or boostrapping fails, these possibility might not be available and the consumer has (besides the Windows Error Log) no chance to find the issue.

Suggestion:

  • Provide an endpoint where log messages can be sent.
  • Log these messages to the logfile of the server (with a context, if possible)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant