possibly fixes #1110 (closed)
This PR improves the way delayed jobs are moved to the wait queue. Instead of just moving one at a time it moves as much as 1000 in one call, making it several orders of magnitud faster than previous implementation.
possibly fixes #1110 (closed)
This PR improves the way delayed jobs are moved to the wait queue. Instead of just moving one at a time it moves as much as 1000 in one call, making it several orders of magnitud faster than previous implementation.