action #51935
closedBetter logging from scheduler+working why jobs are *not* picked up
0%
Description
Motivation¶
A common problem that openQA newcomers hit is: "Why does openQA not pick up my scheduled jobs?". The reasons can be multiple, e.g. typo in the created job (#51932) or workers.ini, mismatch in data protocol, etc. The scheduler in "debug"-mode already gives an overview on each scheduling tick how many workers it found, how many are free, how many jobs need scheduling, etc. In case no scheduled job was assigned to a worker though more output would be helpful to find out what did not match.
Updated by kraih over 5 years ago
This looks like it might overlap with my refactoring of the scheduler, so i'll give it a try.
Updated by coolo over 5 years ago
This might be fun to see if you have 1 worker and 1 job, but if you 3000 jobs and 300 workers, which job did not fit which worker can easily be a million line of logs - every couple of seconds.
Updated by coolo over 5 years ago
- Priority changed from Normal to Low
- Target version set to future
This would be an extra option
Updated by okurz almost 5 years ago
- Status changed from New to Rejected
- Assignee set to okurz
ok, I guess this won't happen