commit | 59153fef8659753e2d512d574b7107c5736d1920 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 24 10:17:29 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 24 12:21:26 2020 +0200 |
tree | 2dd4a4f563544b5eab1537629a4a70902d415147 | |
parent | ba48d5c8f9ad70894dcc8dc31fe49f0c3f58f55b [diff] |
MINOR: tasks: make run_tasks_from_lists() scan the queues itself Now process_runnable_tasks is responsible for calculating the budgets for each queue, dequeuing from the tree, and calling run_tasks_from_lists(). This latter one scans the queues, picking tasks there and respecting budgets. Note that its name was updated with a plural "s" for this reason.