Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Event 2.3.0
-
None
Description
Currently it is only possible to try to remove an event - this might fail if the job is in processing; while this is fine, this usually creates a problem for the client as it really wants to stop the job. It is easy to implement the retry in the job handling than in the client code. Therefore we should add a forceRemoveJob method which waits until the job is removed.