Fixes a race condition where a job could be marked as "running" in your notification consumer while it had actually succeeded.
Note: If you don't have any notification delegates registered this release will have no performance impact. If you are using notification delegates the dispatch function will now wait until all notifications have been sent to return.
Fixes a race condition where a job could be marked as "running" in your notification consumer while it had actually succeeded.
Note: If you don't have any notification delegates registered this release will have no performance impact. If you are using notification delegates the
dispatch
function will now wait until all notifications have been sent to return.