mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
13 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 13 years ago | |
| dummy_settings.py | 13 years ago | |
| fixtures.py | 13 years ago | |
| helpers.py | 14 years ago | |
| test_connection.py | 14 years ago | |
| test_decorator.py | 13 years ago | |
| test_job.py | 13 years ago | |
| test_queue.py | 13 years ago | |
| test_scripts.py | 13 years ago | |
| test_worker.py | 13 years ago | |