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
/
rq
/
queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
enqueue_at should support explicit args and kwargs
enqueue-at-args
Selwin Ong
2020-03-08
1
-27
/
+38
*
Add job status setting in enqueue_at (and in enqueue_in) methods (#1181)
Ivan Kiryanov
2020-01-23
1
-3
/
+3
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-8
/
+68
*
Multi Dependency Support - Registration & Enqueue Call (#1155)
Thomas Matecki
2019-11-26
1
-25
/
+27
*
Fix dependent jobs enqueueing (#1145)
Ivan Piskunov
2019-10-17
1
-1
/
+1
*
Added checks for 0 ttl (#1110)
Selwin Ong
2019-06-16
1
-1
/
+10
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-91
/
+36
*
Fix #1040 queue default timeout bug. (#1042)
Wolfgang Langner
2019-02-23
1
-2
/
+2
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-7
/
+7
*
Replace "timeout" argument in queue.enqueue() with "job_timeout" (#1010)
Selwin Ong
2018-11-22
1
-1
/
+6
*
add is_async property to queue (#982)
Paul Robertson
2018-08-08
1
-0
/
+5
*
Replace 'async' keyword with 'is_async' for Queue objects (#977)
chevell
2018-07-07
1
-5
/
+10
*
Define redis key prefix as class variable (#939)
stj
2018-04-06
1
-4
/
+5
*
Worker statistics (#897)
Selwin Ong
2017-10-28
1
-1
/
+0
*
Merge pull request #878 from theodesp/Issue-731
Selwin Ong
2017-10-24
1
-0
/
+10
|
\
|
*
Fixed #731 - Code review issues. Added delete_jobs parameter and pipelining.
Theo
2017-10-04
1
-5
/
+9
|
*
Fixed #731 - Support for deleting Queues
Theo
2017-09-08
1
-0
/
+6
*
|
Fixed #866 - Flak8 errors
Theo
2017-09-08
1
-2
/
+3
|
/
*
Added non zero check for Queue class.
Selwin Ong
2017-08-03
1
-0
/
+6
*
Merge pull request #831 from katichev/explicit_cleanup
Selwin Ong
2017-06-21
1
-0
/
+3
|
\
|
*
remove implicit cleanup call from job.save
Alexey Katichev
2017-05-07
1
-0
/
+3
*
|
Honor the job_class for failed_queue.
Amjith Ramanujam
2017-06-07
1
-1
/
+1
*
|
* Added support to use strings to specify both result_ttl and ttl.
Yaniv Greenberg
2017-05-08
1
-0
/
+2
|
/
*
Fixed issue#72 (#818)
luojiebin
2017-04-28
1
-3
/
+3
*
Make `Queue.enqueue_job()` execute immediately if `async=False` (#798)
Felipe Lacerda
2017-04-15
1
-3
/
+3
*
Merge commit '83007b20740a97f085a14d3840d1e434350c6600'
Marko Mrdjenovic
2017-02-14
1
-23
/
+38
|
\
|
*
Merge pull request #786 from jezdez/backend-class-overrides
Selwin Ong
2017-02-03
1
-21
/
+36
|
|
\
|
|
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-21
/
+36
|
*
|
Take a different tack, and enable the exclusion of meta from saves
Benjamin Root
2017-01-27
1
-2
/
+2
|
|
/
*
|
moved job run to separate method to make async jobs easier
Marko Mrdjenovic
2017-01-29
1
-4
/
+8
|
/
*
Don't run lrem directly if we have a pipeline
Michael DeWulf
2016-12-08
1
-0
/
+1
*
queue.enqueue_call should call Job.exists with connection parameters.
Selwin Ong
2016-12-06
1
-4
/
+4
*
Another check on failed status and test
Julien Surloppe
2016-12-03
1
-1
/
+1
*
Fix get job on failed queue
Julien Surloppe
2016-12-03
1
-1
/
+1
*
Merge branch 'master' into 739_fix_race_condition
Stefan Hammer
2016-11-19
1
-3
/
+13
|
\
|
*
Pass pipeline to push_job_id from enqueue_job
Michael DeWulf
2016-11-18
1
-3
/
+3
|
*
fetch_job - check correct queue, fix #728
Samuel Colvin
2016-09-20
1
-1
/
+4
|
*
Raise an exception if a given dependency does not exist
Stefan Hammer
2016-08-25
1
-2
/
+9
*
|
completely pipelined enqueue_dependents
Stefan Hammer
2016-08-13
1
-17
/
+43
*
|
protecting dependency enqueuing with redis WATCH
Stefan Hammer
2016-08-11
1
-1
/
+3
|
/
*
Dependent jobs are now correctly enqueued even if their parent jobs have resu...
Selwin Ong
2016-05-06
1
-1
/
+1
*
Set job as finished when not working in async mode
Eduard Carreras
2015-12-28
1
-0
/
+1
*
Allow meta when enqueing
Tornstrom
2015-11-30
1
-3
/
+4
*
Do not call pipeline.execute() if pipeline is given as argument
Javier Lopez
2015-08-27
1
-8
/
+7
*
Added pipeline named argument to enqueue_job
Javier Lopez
2015-08-24
1
-14
/
+15
*
enqueue_dependents now uses origin queue to enqueue
Javier Lopez
2015-08-24
1
-3
/
+10
*
fix: return (None, None) for dequeue_any if no result
Jean-Christophe SAAD-DUPUY
2015-08-13
1
-0
/
+1
*
fix: remove recursive call to dequeue_any
Jean-Christophe SAAD-DUPUY
2015-08-13
1
-19
/
+20
*
make args and kwargs explicit for enqueue_call function
Dustin Falgout
2015-08-04
1
-1
/
+1
*
Sync jobs should be cleaned up after execution.
Selwin Ong
2015-07-10
1
-4
/
+10
[next]