mirror of https://github.com/peter4431/rq.git
Prevent `Queue#dequeue` from blowing the stack
In the case of many sequential jobs having been deleted, a recursive implementation of `Queue#dequeue` is prone to blowing the stack in the absence of tail-recursion support. Change the implementation from recursive to iterative to work around this issue in CPython.main
parent
5cb873b438
commit
985a2664a4
Loading…
Reference in New Issue