When a task is passed to the global scheduler, if it is not received,… (#1106)

* When a task is passed to the global scheduler, if it is not received, then try again.
* Call give_task_to_global_scheduler directly (same with local).
This commit is contained in:
Robert Nishihara
2017-10-12 00:04:38 -07:00
committed by Alexey Tumanov
parent 6109cc0782
commit b585001881
3 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/Common.cmake)
add_subdirectory(redis_module)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -g")
include_directories(thirdparty/ae)