ray/src/local_scheduler
alanamarzoev 8464d77c76 Change event logs to store one Redis ZSET per worker. (#705)
* Changing to zset

* Fixed bug.

* Fixed another bug.

* Modified task_profiles.

* Removed extra file.

* Modified task_profiles test.

* WIP

* WIP

* Undid changes

* Updated

* WIP

* Made changes according to comments.

* Removed unneeded print.

* Removed ujson usage.

* failing test

* tests passing

* Fixed linting errors and modified style.

* Fixed bug.

* Fixed linting

* Fixed according to comments.

* Redis crashing?

* Fixed linting

* Fixed linting
2017-07-09 01:42:29 +02:00
..
build Rename photon -> local scheduler. (#322) 2017-02-27 12:24:07 -08:00
format Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02: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 Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02: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 Don't reconstruct all objects in every fetch request in local scheduler. (#686) 2017-06-23 21:08:02 +00:00
local_scheduler_algorithm.h Don't reconstruct all objects in every fetch request in local scheduler. (#686) 2017-06-23 21:08:02 +00:00
local_scheduler_client.cc Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
local_scheduler_client.h Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02:00
local_scheduler_extension.cc Change event logs to store one Redis ZSET per worker. (#705) 2017-07-09 01:42:29 +02: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