summaryrefslogtreecommitdiff
path: root/scheduler/status_server.py
AgeCommit message (Expand)AuthorFilesLines
2011-02-21Trying to shutdown the scheduler in a nicer waylmr1-0/+5
2010-02-19Refactor scheduler models into a separate module, scheduler_models. This mod...jamesren1-3/+3
2010-01-15* fix a bug with restricted drone users config parsingshoward1-2/+7
2009-06-10convert a few straggling print statements in the scheduler code to logging callsshoward1-3/+3
2009-01-20Make maximum process throttling configurable on a per-drone basis.showard1-6/+7
2009-01-13Set CLOEXEC on the listening socket FD for the scheduler's status_server, so ...showard1-1/+5
2009-01-13Add capability to "phase out" drones. You can disable a drone in the global ...showard1-2/+19
2009-01-08Make the status server smart enough to shut down cleanly when the scheduler e...showard1-9/+22
2009-01-07* move some scheduler config options into a separate module, scheduler_configshoward1-0/+84