rshk / jobcontrol

Job scheduling and tracking library.
http://rshk.github.io/jobcontrol/
Apache License 2.0
4 stars 3 forks source link

Allow interrupting builds #5

Open rshk opened 10 years ago

rshk commented 10 years ago

This can be tricky: in some cases we can "just" send a TERM/INT/KILL signal to process, but:

On a side note, we also want some way to track & report sudden death of builder processes (maybe some method to check for worker status? -> celery should provide some mechanisms to do so..)