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
/
cli
/
helpers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate job callbacks execution (#1851)
Rony Lutsky
2023-03-21
1
-1
/
+8
*
Update arguments passed to the Sentinel Object when created from the settings...
Joachim Burket
2023-03-07
1
-7
/
+13
*
New dequeue strategy (#1806)
lowercase00
2023-03-05
1
-2
/
+0
*
Black style (#1292)
Paul Spooren
2023-02-04
1
-26
/
+31
*
Improve the lint situation (#1688)
Yang Yang
2022-08-07
1
-1
/
+0
*
Drop python2-specific syntax (#1674)
Hugo
2022-07-24
1
-4
/
+0
*
added ssl support for sentinel connections (#1649)
nevious
2022-05-16
1
-1
/
+6
*
add REDIS_SSL_CERT_REQS cli parameter (#1495)
mgcdanny
2021-10-27
1
-0
/
+1
*
Python 3.10 compatibility (#1563)
rpkak
2021-10-07
1
-1
/
+2
*
Fixed SENTINEL docs
Selwin Ong
2021-08-21
1
-1
/
+1
*
Allows enqueueing by the cli (#1466)
rpkak
2021-08-20
1
-1
/
+83
*
Add environment variables for connection (#1472)
rpkak
2021-05-30
1
-2
/
+15
*
Display ip address of worker in `rq info` (#1463)
rpkak
2021-05-18
1
-1
/
+1
*
Replace enum function with internal Enum class (#1459)
MyrikLD
2021-05-07
1
-1
/
+1
*
Add entry ssl_ca_certs in worker config settings (#1347)
Qiming Sun
2020-09-28
1
-0
/
+1
*
Fix some code quality issues (#1235)
Prajjwal Nijhara
2020-05-03
1
-1
/
+1
*
Fix rq info not found workers information error, Fixes #1139 (#1149)
Yongtao Zhang
2019-10-29
1
-2
/
+6
*
rq info management command now cleans up registries when first run (#1107)
Selwin Ong
2019-06-15
1
-20
/
+9
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
1
-44
/
+32
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-2
/
+2
*
added logging formatting options (#979)
shikharsg
2018-08-08
1
-2
/
+2
*
accept multiple path
kirill
2017-05-15
1
-1
/
+6
*
add sentinel support (#808)
strawposter
2017-04-10
1
-1
/
+15
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-13
/
+55
*
fix get_redis_from_config()
任晓磊
2016-08-12
1
-1
/
+1
*
custom connection class
任晓磊
2016-08-12
1
-3
/
+3
*
Fix PEP8 complaint.
Vincent Driessen
2015-03-09
1
-1
/
+1
*
Don't require redis-py 2.10 just for the SSL option.
Vincent Driessen
2015-03-09
1
-8
/
+23
*
Add REDIS_SSL option
Eric Bustarret
2015-03-06
1
-0
/
+1
*
Restored the ability to specify connection params in config
Selwin Ong
2015-02-23
1
-0
/
+15
*
Auto-sort imports using isort.
Vincent Driessen
2015-01-30
1
-2
/
+1
*
triggering shutdown by setting a redis flag
Jonathan Tushman
2014-12-12
1
-2
/
+5
*
Convert rqworker to 'rq worker' subcommand
zhangliyong
2014-09-12
1
-0
/
+23
*
Restructure new CLI modules.
Vincent Driessen
2014-09-06
1
-0
/
+143