This website requires JavaScript.
Explore
Help
Sign in
hiro
/
ray
Watch
1
Star
0
Fork
You've already forked ray
0
mirror of
https://github.com/vale981/ray
synced
2025-03-10 13:26:39 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
dd39008532
ray
/
lib
/
python
/
photon
/
__init__.py
2 lines
21 B
Python
Raw
Normal View
History
Unescape
Escape
Global scheduler skeleton (#45) * Initial scheduler commit * global scheduler * add global scheduler * Implement global scheduler skeleton. * Formatting. * Allow local scheduler to be started without a connection to redis so that we can test it without a global scheduler. * Fail if there are no local schedulers when the global scheduler receives a task. * Initialize uninitialized value and formatting fix. * Generalize local scheduler table to db client table. * Remove code duplication in local scheduler and add flag for whether a task came from the global scheduler or not. * Queue task specs in the local scheduler instead of tasks. * Simple global scheduler tests, including valgrind. * Factor out functions for starting processes. * Fixes.
2016-11-18 19:57:51 -08:00
from
photon
import
*
Reference in a new issue
Copy permalink