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
*
Merge remote-tracking branch 'origin/master' into multi-dependencies
Selwin Ong
2020-05-23
1
-4
/
+6
|
\
|
*
Add the queue to the Redis queues set when scheduling a job (#1238)
Pierre Mdawar
2020-04-24
1
-5
/
+7
*
|
Update Job#dependencies_are_met ...
thomas
2020-04-27
1
-1
/
+1
*
|
Revisions
Thomas Matecki
2020-04-16
1
-2
/
+2
*
|
Change parameter name from `exclude` ...
Thomas Matecki
2020-04-16
1
-2
/
+2
*
|
Undo formatting for coverage stats
thomas
2020-04-16
1
-13
/
+7
*
|
Revert move of status update in `Worker#handle_job_success`
thomas
2020-04-16
1
-11
/
+21
*
|
rename dependencies_finished to dependencies_are_met
thomas
2020-04-16
1
-1
/
+1
*
|
Change get_dependency_statuses to dependencies_finished
Thomas Matecki
2020-04-16
1
-17
/
+7
*
|
Alway set status 'FINISHED' when job is Successful
thomas
2020-04-16
1
-1
/
+0
*
|
Only enqueue dependents for all dependencies are FINISHED
thomas
2020-04-16
1
-1
/
+17
*
|
Create get_dependencies_statuses method on Job
Thomas Matecki
2020-04-16
1
-1
/
+2
|
/
*
Implement Customizable Serializer Support (#1219)
Babatunde Olusola
2020-04-16
1
-8
/
+11
*
enqueue_at should support explicit args and kwargs (#1211)
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
[next]