You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: