crs-tools / tracker

CRS Ticket Tracker
Apache License 2.0
18 stars 11 forks source link

pause/continue worker function on host level #124

Open a-tze opened 9 years ago

a-tze commented 9 years ago

Issue migrated from trac ticket # 124

component: webapp | priority: minor | keywords: rpc handler

2015-10-08 13:48:28: @a-tze created the issue


The pause/continue worker function should also be available on host level, not only worker group.

This enables the user e.g. to gracefully take a single encoder out of operation without interrupting jobs.

a-tze commented 8 years ago

2016-08-22 13:22:05: @a-tze commented


The current practice is to have a "worker group" per host, which invalidates this problem. Due to filter settings etc. this practice is unlikely to change.

A "worker group" may be reinvented as a real group of workers, IOW building a layer on top of the current "worker group" (which is more like "script group on one host").

a-tze commented 8 years ago

2016-08-22 14:28:01: @jjeising commented


Part of the new concept is already describe in #128.