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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cli.py to support custom loggers (#1906)
HEAD
master
juur
2023-05-18
1
-1
/
+7
*
Update linting configuration (#1915)
Rob Hudson
2023-05-17
3
-20
/
+20
*
Worker pool (#1874)
Selwin Ong
2023-05-01
1
-2
/
+88
*
Added BaseWorker class (#1887)
Selwin Ong
2023-04-26
1
-4
/
+3
*
Cleaned up cli.py (#1876)
Selwin Ong
2023-04-08
2
-80
/
+98
*
Added job details to "rq info" command (#1869)
Tianci Hu Marrero
2023-04-01
1
-4
/
+14
*
Consolidate job callbacks execution (#1851)
Rony Lutsky
2023-03-21
2
-2
/
+10
*
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
2
-6
/
+18
*
Worker - max_idle_time feature (#1795)
Rony Lutsky
2023-02-22
1
-0
/
+3
*
Configurable maintenance task interval (#1823)
Rony Lutsky
2023-02-22
1
-2
/
+10
*
Black style (#1292)
Paul Spooren
2023-02-04
2
-118
/
+209
*
Improve the lint situation (#1688)
Yang Yang
2022-08-07
2
-2
/
+0
*
Drop python2-specific syntax (#1674)
Hugo
2022-07-24
2
-7
/
+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
*
RPass serializer to queue at cli (#1556)
Josh Cohen
2021-09-13
1
-4
/
+7
*
Respect serializer (#1538)
Josh Cohen
2021-08-24
1
-6
/
+7
*
Fixed SENTINEL docs
Selwin Ong
2021-08-21
1
-1
/
+1
*
Allows enqueueing by the cli (#1466)
rpkak
2021-08-20
2
-4
/
+140
*
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
*
Support for Click 8.0.0 (#1465)
rpkak
2021-05-14
1
-4
/
+4
*
Replace enum function with internal Enum class (#1459)
MyrikLD
2021-05-07
1
-1
/
+1
*
Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)
f0cker
2021-01-19
1
-5
/
+11
*
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
*
Add sentry_debug and sentry_ca_certs params (#1229)
Paweł Bąk
2020-04-13
1
-5
/
+14
*
Add rq.cli.__main__ (#1196)
Bo Bayles
2020-02-25
1
-0
/
+6
*
Job scheduling (#1163)
Selwin Ong
2020-01-04
1
-3
/
+6
*
fix log level parameter override, Fixes #1166 (#1167)
Yongtao Zhang
2019-12-16
1
-0
/
+4
*
Fix rq info not found workers information error, Fixes #1139 (#1149)
Yongtao Zhang
2019-10-29
1
-2
/
+6
*
Fix where -> were typo (#1121)
Andy Lulham
2019-09-08
1
-1
/
+1
*
rq info management command now cleans up registries when first run (#1107)
Selwin Ong
2019-06-15
2
-25
/
+25
*
add the ability to have the worker stop executing after a max amount of jobs ...
Paul Robertson
2019-06-12
1
-2
/
+3
*
Fixes disable-job-desc-logging flag on CLI (#1096)
janierdavila
2019-06-07
1
-2
/
+3
*
RQ v1.0! (#1059)
Selwin Ong
2019-03-30
2
-68
/
+54
*
Update/add flag for description logging (#991)
Finnci
2019-01-22
1
-0
/
+1
*
modify zadd calls for redis-py 3.0 (#1016)
Darshan Rai
2018-12-03
1
-2
/
+2
*
support workder name override from config file (#947)
Qingping Hou
2018-10-20
1
-0
/
+1
*
added logging formatting options (#979)
shikharsg
2018-08-08
2
-6
/
+9
*
add periodic worker heartbeats (#945)
Thomas Kriechbaumer
2018-05-06
1
-5
/
+9
*
expose set logging level in cmd
Jiajun Huang
2017-09-18
1
-2
/
+3
*
path option needs to be a shared command to ensure that settings file can be ...
Simon Thompson
2017-07-14
1
-2
/
+4
*
accept multiple path
kirill
2017-05-15
2
-11
/
+10
*
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
2
-89
/
+156
*
fix: set HTTP transport as default for sentry
Atala
2016-12-27
1
-1
/
+2
*
Fix PEP8 complaints
Vincent Driessen
2016-11-18
1
-2
/
+2
[next]