Waldemar Rittscher

Results 11 comments of Waldemar Rittscher

Well I found a way but it is a bit complicated: I have implemented a FailureHandler with the schedule of the task as a field. So my failure implementation is...

Yes this would be nice. This way my logic would be much easier.

> (so you would handle it in the `.execute((taskInstance, executionContext) -> {..´ method and not let the exception propagate to the FailureHandler. It would not be tracked as a failure...

> But I see your point, a way to "reset" the failure-history would be helpful. So maybe a set of methods on `ExecutionOperations` that does the same thing as `reschedule`,...

Is it possible to have the Schedule of the task in the ExecutionOperations? Did not dive deep into the code. If it is possible to have this information then I'd...

Looks ok. Maybe also add a default RetryFailureHandler? Like the one of your example?

Btw. soon I will have more spare time I'd like to contribute so I hope you are fine with it. Got some ideas that might be useful.

I have implemented a first version. Have a look at it and share your thoughts. I had to copy paste some code of you as there is a lot of...

Would be a great enhacement! In my opinion it would be enough to concatenate the names. I don't see any reason to nest suites unless each suite could provide the...

Thank you @ma1uta Do you have any idea when it is planned to be released?