-
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.
Add KeepAlive updating to ApiWorkerScheduler (#1310)
* 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 * Add KeepAlive updating to ApiWorkerScheduler This ensures that actions are periodically updated with with a keep alive message, which will be heavily used with a distributed scheduling model. towards #359
- Loading branch information
Showing
11 changed files
with
585 additions
and
138 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
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
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
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.