-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Client action listeners will now timeout actions
Listeners of the actions will now flag actions as timedout instad of just if the scheduler detects that the worker went offline. This is to support distributed schedulers. Since any worker or scheduler may now go offline we need to ensure the "owner" of the action is actually the one who cares about it, in this case the client. towards #359
- Loading branch information
Showing
3 changed files
with
377 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.