ray/src/local_scheduler
Robert Nishihara 3052ce25a6 Divide up large fetch requests from local scheduler, also print warni… (#683)
* Divide up large fetch requests from local scheduler, also print warning if fetch handler is slow.

* Fix linting.

* Fix typo.
2017-06-19 22:57:51 +00:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
test Shard Redis. (#539) 2017-05-18 17:40:41 -07:00
CMakeLists.txt Don't link Python extensions to libpython*.so (#598) 2017-05-25 19:01:12 -07:00
local_scheduler.cc Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00
local_scheduler.h Allow remote functions to specify max executions and kill worker once limit is reached. (#660) 2017-06-13 00:34:58 -07:00
local_scheduler_algorithm.cc Divide up large fetch requests from local scheduler, also print warni… (#683) 2017-06-19 22:57:51 +00:00
local_scheduler_algorithm.h Clean up when a driver disconnects. (#462) 2017-04-24 18:10:21 -07:00
local_scheduler_client.cc Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_client.h Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_extension.cc Suppress excess warning messages related to intentional actor deaths. (#627) 2017-06-01 20:10:40 +00:00
local_scheduler_shared.h Replace some UT data structures in local scheduler with C++ STL. (#680) 2017-06-19 21:58:42 +00:00