forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task table Redis module (ray-project#125)
* Task table redis module implementation * Publish tasks and take in individual fields as args, not task object * Scheduling state integer has width 1, error on illegal put * Unit tests for task table and more documentation * Task table subscribe, fix publish topics and address Philipp and Alexey's comments * Helper function to create prefixed strings * Factor out the table prefixes in the test cases
- Loading branch information
1 parent
58a873e
commit e23661c
Showing
3 changed files
with
322 additions
and
14 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
Oops, something went wrong.