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
*
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
*
fix get_redis_from_config()
任晓磊
2016-08-12
1
-1
/
+1
*
fix default argument
任晓磊
2016-08-12
1
-1
/
+1
*
custom connection class
任晓磊
2016-08-12
2
-8
/
+10
*
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
*
Merge branch 'master' into exception_handling
Selwin Ong
2015-07-03
1
-8
/
+24
|
\
|
*
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
*
|
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
2
-10
/
+28
|
\
\
|
|
/
|
*
Restored the ability to specify connection params in config
Selwin Ong
2015-02-23
2
-8
/
+27
|
*
Auto-sort imports using isort.
Vincent Driessen
2015-01-30
1
-2
/
+1
*
|
merge && updates to add multiple exception handlers.
Bradley Young
2015-01-24
2
-7
/
+51
|
\
\
|
|
/
|
*
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
2
-4
/
+48
*
|
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
*
Cleanup
zhangliyong
2014-09-12
1
-8
/
+8
*
Fix interval type bug, it should be float
zhangliyong
2014-09-12
1
-1
/
+1
*
Cleanup
zhangliyong
2014-09-12
1
-6
/
+3
*
Move redis url default value to connect function
zhangliyong
2014-09-12
1
-2
/
+2
*
Retrieve url from config file
zhangliyong
2014-09-12
1
-3
/
+3
*
Make pythonic
zhangliyong
2014-09-12
1
-8
/
+4
[next]