c-cube / frog-utils

[frozen] Scheduling and running jobs on a shared computer, then analyse their output
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

block new tasks #3

Closed c-cube closed 9 years ago

c-cube commented 9 years ago

By able to send the daemon (if started) a message to prevent it from accepting new tasks (clients fail), and send notification when all remaining tasks are done.

Typically, useful to update the code or restart the computer, run an IO bound program, etc.