google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Enable backend throttling #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Backend schedulers can reject jobs when there are too many in the queue. We 
need to enable the backend tasks to be throttled.

Original issue reported on code.google.com by retrogra...@gmail.com on 12 Jul 2012 at 4:24

GoogleCodeExporter commented 9 years ago
in next_release. Added tasks_per_user to backend. If set to NULL this means 
unlimited. Otherwise it is the number of tasks for each user. This is backend 
user. So if 3 yabiusers map to 1 backend user, the limit is spread across all 
three yabi users.

Original comment by retrogra...@gmail.com on 12 Jul 2012 at 4:26