-
Notifications
You must be signed in to change notification settings - Fork 4
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
close #6 feature to terminate job earlier #17
close #6 feature to terminate job earlier #17
Conversation
@dmitri-carpov please break the commit into smaller bites, otherwise it would be difficult for me to review |
@@ -1,11 +1,11 @@ | |||
# Error Handling | |||
### Error Handling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a top-level heading
Most changes are from updating the license header |
397980e
to
cad5cc8
Compare
@dmitri-carpov looks good (:+1: from me). that being said, since this feature is blocking a few items i think it would be worthwhile for @WadeWaldron also takes a brief look to vet things |
Minor nit: new code doesn't use |
|
||
akka { | ||
log-dead-letters = 0 | ||
loglevel = "ERROR" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this should be changed to "WARNING"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eigenflow
uses warnings to report retries, what produces too much noise during testing.
we could potentially improve it by setting log level only for eigenflow
package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, I didn't realize this was in the "it" resources.
Also, did you mean "eigenflow uses warnings to report retries"? That would seem more appropriate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, warnings :)
6e0df34
to
a79a6ca
Compare
close #6 feature to terminate job earlier
No description provided.