documentcloud / cloud-crowd

Parallel Processing for the Rest of Us
https://github.com/documentcloud/cloud-crowd/wiki
MIT License
851 stars 92 forks source link

Adding blacklist capability for actions #52

Closed cometman closed 9 years ago

cometman commented 9 years ago

Jobs now check a global blacklist before beginning their work. Any job on the blacklist will not be executed until removed from the blacklist. Blacklisted jobs may also have a duration in which their length is specified in seconds.

cometman commented 9 years ago

Admin dashboard is still WIP.