cleanup unused options in JobQueueDispatcher
commit163166264dcd710e9190e1d0eabb139f0fb25c80
authorBin Liu <binliu@fb.com>
Mon, 16 Apr 2018 02:11:16 +0000 (15 19:11 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 16 Apr 2018 02:13:37 +0000 (15 19:13 -0700)
tree57fa56b83e6b74e0f3b1a7ed7c903d09d5cbd7a2
parent4edbd25aa0d7c75b084d9feb4dd8ddea7f375b07
cleanup unused options in JobQueueDispatcher

Summary:
Remove unused classes and features, including the interface to control the pace
of handling queued jobs when server turns healthy from an unhealthy state, and
the queue to worker ratio option, which was designed for the admin server but
was never used due to thread safety concerns.

Reviewed By: markw65

Differential Revision: D7628617

fbshipit-source-id: 4c643e6a52b6e266b4ef15cfd48d15f9dc7626c0
hphp/compiler/package.cpp
hphp/runtime/base/runtime-option.cpp
hphp/runtime/base/runtime-option.h
hphp/runtime/server/http-server.cpp
hphp/runtime/server/proxygen/proxygen-server.cpp
hphp/runtime/server/server.h
hphp/util/job-queue.h