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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redis does not accept `parser_class` argument
parser-class-fix
Selwin Ong
2020-11-07
1
-0
/
+3
*
Propagate logging settings from worker to scheduler (#1366)
Chris de Graaf
2020-10-31
2
-21
/
+26
*
tests: updated github worklow for tests to use requirements.txt and d… (#1364)
Ruslan Mullakhmetov
2020-10-26
2
-2
/
+4
*
feat: added job heartbeat to track whether job is actually executing (#1349)
Ruslan Mullakhmetov
2020-10-26
4
-4
/
+26
*
Workers can listen to external commands via pubsub (#1363)
Selwin Ong
2020-10-22
4
-5
/
+157
*
tests: added ability to run tests in Docker (#1361)
Ruslan Mullakhmetov
2020-10-22
3
-1
/
+16
*
Remove alpha warning from scheduler docs
Selwin Ong
2020-10-20
1
-2
/
+5
*
Increase scheduler lock TTL to 60 (#1362)
Selwin Ong
2020-10-20
1
-1
/
+1
*
scheduler: now operates with chunks of jobs (#1355)
Nikita Romaniuk
2020-10-20
3
-11
/
+24
*
feat: avoided "zombie" processes after killing work horse (#1348)
Ruslan Mullakhmetov
2020-10-20
5
-9
/
+30
*
Fix #1340 (#1341)
Orkhan
2020-09-28
1
-0
/
+5
*
Add entry ssl_ca_certs in worker config settings (#1347)
Qiming Sun
2020-09-28
1
-0
/
+1
*
pass retry param to enqueue_at func (#1343)
Vladimir Ulupov
2020-09-28
2
-2
/
+11
*
Exclude tests directory from wheel builds
Selwin Ong
2020-09-10
1
-1
/
+1
*
Bump version to 1.5.2
v1.5.2
Selwin Ong
2020-09-10
2
-2
/
+7
*
Fixes an issue where retried jobs should not be put in FailedJobRegistry (#1336)
Selwin Ong
2020-09-10
2
-1
/
+6
*
include requirements.txt in sdist (#1335)
Evgeni Golov
2020-09-10
1
-0
/
+1
*
fix deprecated Iterable import (#1329)
Ahmed Elmaghallawy
2020-09-10
1
-1
/
+1
*
fixed minor import error in jobs docs (#1334)
maces
2020-09-10
1
-1
/
+2
*
fix(scheduler): correctly restore ssl connection after forking (#1327)
Sergei Zherevchuk
2020-08-27
1
-4
/
+7
*
Codecov (#1326)
Selwin Ong
2020-08-21
3
-8
/
+7
*
Merge branch 'master' of github.com:rq/rq
v1.5.1
Selwin Ong
2020-08-21
1
-3
/
+8
|
\
|
*
Restores compatibility with fakeredis (#1324)
Selwin Ong
2020-08-21
1
-3
/
+8
*
|
Bump version to 1.5.1
Selwin Ong
2020-08-21
2
-1
/
+8
|
/
*
Create coverage.yml
Selwin Ong
2020-08-21
1
-0
/
+2
*
get_redis_server_version() should handle 4 digit version numbers (#1322)
Selwin Ong
2020-08-16
6
-20
/
+43
*
Allow retries to be set through decorator (#1319)
nerok
2020-08-14
2
-3
/
+21
*
handled unhandled exceptions in horse (#1303)
Ruslan Mullakhmetov
2020-08-04
3
-15
/
+44
*
Minor doc fix
Selwin Ong
2020-07-31
1
-1
/
+2
*
log messages < error is now output to stdout instead of stderr (#1312)
Selwin Ong
2020-07-31
2
-2
/
+8
*
Use correct logger name for scheduler and lower level for heartbeat logs (#1311)
Aaron Tainter
2020-07-31
1
-6
/
+7
*
Slightly tweaked docs CSS
Selwin Ong
2020-07-26
1
-0
/
+5
*
Fixed Github Pages build
Selwin Ong
2020-07-26
1
-1
/
+1
*
Bump version to 1.5.0
v1.5.0
Selwin Ong
2020-07-26
7
-20
/
+64
*
Update index.md (#1306)
Zhicheng Cai
2020-07-26
1
-0
/
+1
*
Job retry feature. Docs WIP (#1299)
Selwin Ong
2020-07-23
13
-59
/
+303
*
Fix incorrect worker timeout calculation in SimpleWorker.execute_job (#1304)
David Murray
2020-07-23
1
-1
/
+5
*
Split kill_house() fix issues #1234 (#1300)
wevsty
2020-07-13
2
-5
/
+18
*
Fix scheduler on Python 3.8 (#1302)
Selwin Ong
2020-07-13
4
-11
/
+35
*
Add redis_server_version to worker/job/queue (#1286)
Paul Spooren
2020-07-12
4
-21
/
+64
*
Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295)
mbarkhau
2020-07-10
1
-0
/
+1
*
CI: Only test redis-py 3.5.0 (#1294)
Paul Spooren
2020-07-07
1
-1
/
+1
*
Replace travis with GitHub action (#1290)
Paul Spooren
2020-07-07
4
-19
/
+78
*
setup: Set min Python version to 3.5 (#1291)
Paul Spooren
2020-07-07
1
-2
/
+1
*
Improve requirements handling (#1287)
Paul Spooren
2020-06-29
3
-7
/
+12
*
Fix comment in registry.py (#1285)
Konstantin Schubert
2020-06-29
1
-1
/
+1
*
Bump version in version.py
v1.4.3
Selwin Ong
2020-06-28
1
-1
/
+1
*
Bump version to 1.4.3
Selwin Ong
2020-06-28
1
-0
/
+6
*
worker.register_birth() should set a slightly longer worker key TTL (#1284)
Selwin Ong
2020-06-28
1
-1
/
+1
*
updated readme with link to monitoring dashboards (#1274)
Pranav Gupta
2020-06-28
1
-0
/
+11
[next]