index
:
delta/python-packages/rq.git
canceled-job-registry
clean-worker-registry
codecov
coveralls
delete-stopped-jobs
dependabot/add-v2-config-file
dependency-canceled
deprecate-timeout
enqueue-at-args
failed-job-registry
failed-queue-clears-started-at
fix-race-condition
fix-result-ttl-0
fix-scheduler-onpy-38
fix-started-job-registry-race-condition
fix-unpickleable-result
foxx-feature/testworker-docs
gh-pages
hmset
improve-rq-info
job-scheduling
job-timeout
job-worker-name
log-job-execution-handling
logging-additions
logging-improvements
master
multi-dependencies
parser-class-fix
pubsub
python3.8
register-birth-ttl
reliable-queue
remove-py3.5
results
retry
rqinfo-runs-maintenance-tasks
scheduler-integration
sentry
stop-job
test-infinite-timeout
v1.0
wait-for-processing-unit
watcher
worker-by-queue
worker-compression
worker-statistics
worker-stats
zhangliyong-cli-rq
github.com: nvie/rq.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update linting configuration (#1915)
Rob Hudson
2023-05-17
1
-4
/
+3
*
Worker pool (#1874)
Selwin Ong
2023-05-01
1
-97
/
+39
*
Improve the lint situation (#1688)
Yang Yang
2022-08-07
1
-1
/
+1
*
Drop python2-specific syntax (#1674)
Hugo
2022-07-24
1
-4
/
+0
*
Use unittest.mock instead of mock (#1673)
Hugo
2022-07-24
1
-1
/
+1
*
Add missing functionality for CanceledJobRegistry (#1560)
Josh Cohen
2021-09-13
1
-1
/
+4
*
Respect serializer (#1538)
Josh Cohen
2021-08-24
1
-1
/
+18
*
Use result_ttl for synchronous queues (#1510)
Bo Bayles
2021-07-19
1
-0
/
+12
*
Ensure pipeline in multi mode after dep setup (#1498)
Josh Cohen
2021-06-22
1
-0
/
+16
*
Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...
Josh Cohen
2021-06-20
1
-1
/
+95
*
Added job.worker_name (#1375)
Selwin Ong
2020-11-08
1
-6
/
+3
*
get_redis_server_version() should handle 4 digit version numbers (#1322)
Selwin Ong
2020-08-16
1
-1
/
+1
*
Job retry feature. Docs WIP (#1299)
Selwin Ong
2020-07-23
1
-1
/
+10
*
Add get_job_position and get_position feature (#1271)
Paul Spooren
2020-06-28
1
-0
/
+12
*
Address Deleted Dependencies
thomas
2020-04-16
1
-14
/
+0
*
Fix patches for python2
thomas
2020-04-16
1
-40
/
+30
*
Alway set status 'FINISHED' when job is Successful
thomas
2020-04-16
1
-7
/
+20
*
Only enqueue dependents for all dependencies are FINISHED
thomas
2020-04-16
1
-0
/
+97
*
Implement Customizable Serializer Support (#1219)
Babatunde Olusola
2020-04-16
1
-0
/
+9
*
enqueue_at should support explicit args and kwargs (#1211)
Selwin Ong
2020-03-08
1
-0
/
+13
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-3
/
+30
*
Multi Dependency Support - Registration & Enqueue Call (#1155)
Thomas Matecki
2019-11-26
1
-6
/
+5
*
Added logging statements to handle_job_success and handle_job_failure (#1112)
Selwin Ong
2019-06-22
1
-1
/
+1
*
Added checks for 0 ttl (#1110)
Selwin Ong
2019-06-16
1
-0
/
+13
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-235
/
+14
*
Fix #1040 queue default timeout bug. (#1042)
Wolfgang Langner
2019-02-23
1
-0
/
+18
*
Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)
Selwin Ong
2018-11-22
1
-2
/
+11
*
add is_async property to queue (#982)
Paul Robertson
2018-08-08
1
-0
/
+7
*
Replace 'async' keyword with 'is_async' for Queue objects (#977)
chevell
2018-07-07
1
-2
/
+2
*
Merge pull request #878 from theodesp/Issue-731
Selwin Ong
2017-10-24
1
-0
/
+32
|
\
|
*
Fixed #731 - Code review issues. Added delete_jobs parameter and pipelining.
Theo
2017-10-04
1
-2
/
+20
|
*
Fixed #731 - Support for deleting Queues
Theo
2017-09-08
1
-0
/
+14
*
|
Fixed #866 - Flak8 errors
Theo
2017-09-08
1
-3
/
+3
|
/
*
revert back job.cleanup changes
Alexey Katichev
2017-05-22
1
-2
/
+3
*
remove implicit cleanup call from job.save
Alexey Katichev
2017-05-07
1
-0
/
+12
*
job.delete() should cleans itself from FailedQueue and various registries.
Selwin Ong
2017-04-01
1
-0
/
+17
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-1
/
+38
*
Another check on failed status and test
Julien Surloppe
2016-12-03
1
-0
/
+21
*
fetch_job - check correct queue, fix #728
Samuel Colvin
2016-09-20
1
-0
/
+26
*
Raise an exception if a given dependency does not exist
Stefan Hammer
2016-08-25
1
-1
/
+18
*
Test the worker in its own subprocess
Arnold Krille
2016-06-15
1
-6
/
+12
*
Fix indentation and newlines according to flake8
Arnold Krille
2016-03-13
1
-5
/
+2
*
Typo in test docstring
Antoine Leclair
2016-02-15
1
-1
/
+1
*
Merge pull request #609 from tornstrom/master
Selwin Ong
2015-12-06
1
-0
/
+7
|
\
|
*
Allow meta when enqueing
Tornstrom
2015-11-30
1
-0
/
+7
*
|
Merge pull request #600 from glaslos/cancel_remove
Selwin Ong
2015-11-23
1
-3
/
+1
|
\
\
|
*
|
delete dependents and delete in cleanup. Fixed tests.
glaslos
2015-11-06
1
-3
/
+1
|
|
/
*
|
fix tests
ahxxm
2015-11-09
1
-55
/
+55
|
/
*
Clarify test_enqueue_dependents_on_multiple_queues
Javier Lopez
2015-08-24
1
-1
/
+2
*
Add test_enqueue_dependents_on_mulitple_queues test
Javier Lopez
2015-08-24
1
-0
/
+38
[next]