app/soc/content/deadline_exceeded.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 19 Apr 2009 17:42:44 +0000
changeset 2246 c29272f640b0
parent 1582 f2f352ad193f
permissions -rw-r--r--
Tweak the 'load balancing' algorithm In order to reduce contention we randomly skipped jobs, but this caused many jobs to end up stopping early. Now instead we keep on going until we time out (also increased the chance of doing work). Patch by: Sverre Rabbelier

<html>
<head><title>We ran out of time</title></head>
<body>
We ran out of processing time while serving your request, please try again.
</body>
</html>