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
*
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
*
Sync jobs should be cleaned up after execution.
Selwin Ong
2015-07-10
1
-2
/
+3
*
Fix PEP8 issue
Vincent Driessen
2015-04-12
1
-1
/
+1
*
Prevent `Queue#dequeue` from blowing the stack
Tamir Duberstein
2015-03-16
1
-0
/
+8
*
Various PEP8 fixes.
0.5.0
Vincent Driessen
2015-01-30
1
-1
/
+1
*
Auto-sort imports using isort.
Vincent Driessen
2015-01-30
1
-4
/
+4
*
Added DeferredJobsRegistry to keep track of deferred jobs.
Selwin Ong
2015-01-23
1
-8
/
+14
*
queue.enqueue() should set job.origin.
Selwin Ong
2015-01-23
1
-2
/
+1
*
Added "DEFERRED" Job status for jobs that have unsatisfied dependencies.
Selwin Ong
2015-01-23
1
-2
/
+4
*
Merge pull request #463 from conslo/skip-queue
Selwin Ong
2015-01-12
1
-0
/
+10
|
\
|
*
changed the kwarg, but forgot to change the test
Travis Johnson
2014-12-14
1
-1
/
+1
|
*
test for skip_queue mechanics
Travis Johnson
2014-12-09
1
-0
/
+10
*
|
merging master
Jonathan Tushman
2014-12-15
1
-3
/
+1
|
\
\
|
|
/
|
*
no need for that save anymore
Travis Johnson
2014-11-18
1
-3
/
+1
*
|
triggering shutdown by setting a redis flag
Jonathan Tushman
2014-12-12
1
-6
/
+6
|
/
[next]