mirror of https://github.com/rq/rq.git
![]() The 'blocking' parameter was replaced with a 'timeout' parameter. The timeout parameter is interpreted thus: 0 - no timeout (block forever, equivalent to blocking=True) None - non-blocking (return value or None immediately, equivalent to blocking=False) <integer> - maximum seconds to block Upon timing out, a dequeue operation will raise DequeueTimeout. |
||
---|---|---|
.. | ||
__init__.py | ||
dummy_settings.py | ||
fixtures.py | ||
helpers.py | ||
test_connection.py | ||
test_decorator.py | ||
test_job.py | ||
test_queue.py | ||
test_scripts.py | ||
test_worker.py |