You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #573 - Mark-Simulacrum:exp-delay-on-load, r=pietroalbini
Back off from running job on high load
This is realistically just an experiment - I have no statistics to show this will actually be better. But I also figure that it is relatively low cost for us to deploy and see what our metrics look like; if there is an improvement, great, if not, we can revert this pretty quickly (or experiment with other values). We definitely see on all crater machines that there is usually quite a bit of traffic right now towards the CPU.
It is also likely that this might just lead to all the thread backing off, and not much work getting done. If so, we'd likely want to reconsider. But this is at least an attempt at reducing the scheduled load.
0 commit comments