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
/
cli.py
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
1
-10
/
+12
*
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
1
-59
/
+16
*
Consolidate job callbacks execution (#1851)
Rony Lutsky
2023-03-21
1
-1
/
+2
*
New dequeue strategy (#1806)
lowercase00
2023-03-05
1
-4
/
+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
1
-92
/
+178
*
Improve the lint situation (#1688)
Yang Yang
2022-08-07
1
-1
/
+0
*
Drop python2-specific syntax (#1674)
Hugo
2022-07-24
1
-3
/
+0
*
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
*
Allows enqueueing by the cli (#1466)
rpkak
2021-08-20
1
-3
/
+57
*
Support for Click 8.0.0 (#1465)
rpkak
2021-05-14
1
-4
/
+4
*
Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)
f0cker
2021-01-19
1
-5
/
+11
*
Add sentry_debug and sentry_ca_certs params (#1229)
Paweł Bąk
2020-04-13
1
-5
/
+14
*
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 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
1
-5
/
+16
*
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
1
-24
/
+22
*
Update/add flag for description logging (#991)
Finnci
2019-01-22
1
-0
/
+1
*
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
1
-4
/
+7
*
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
1
-10
/
+4
*
Allow passing backend classes (job, queue, worker, connection) from CLI and o...
Jannis Leidel
2017-01-25
1
-76
/
+101
*
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
*
fix default argument
任晓磊
2016-08-12
1
-1
/
+1
*
custom connection class
任晓磊
2016-08-12
1
-5
/
+7
*
Worker accepts custom queue class
Antoine Leclair
2016-02-15
1
-0
/
+1
*
Correction to worker command, cast results-ttl to int
Nick Snell
2015-12-22
1
-1
/
+1
*
rqinfo config parameter
Karoly Frendrich
2015-11-06
1
-2
/
+3
*
Disable click >= 5.0's unicode_literals warnings.
Selwin Ong
2015-08-24
1
-0
/
+6
*
Running rqworker without specifiying --exception-handler shouldn't override d...
Selwin Ong
2015-07-03
1
-1
/
+1
*
merging master and fixing conflicts
Bradley Young
2015-02-24
1
-8
/
+12
|
\
|
*
Restored the ability to specify connection params in config
Selwin Ong
2015-02-23
1
-8
/
+12
*
|
merge && updates to add multiple exception handlers.
Bradley Young
2015-01-24
1
-5
/
+46
|
\
\
|
|
/
|
*
adding suspend with duration test
Jonathan Tushman
2014-12-15
1
-1
/
+1
|
*
triggering shutdown by setting a redis flag
Jonathan Tushman
2014-12-12
1
-2
/
+43
*
|
Adding optional list handling to the exc_handler option in Worker.
Bradley Young
2014-11-12
1
-2
/
+7
|
/
*
Use type instead of default to specify interval option type
zhangliyong
2014-09-14
1
-1
/
+1
*
Make pep8
zhangliyong
2014-09-12
1
-1
/
+1
[next]