summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis does not accept `parser_class` argumentparser-class-fixSelwin Ong2020-11-071-0/+3
* Propagate logging settings from worker to scheduler (#1366)Chris de Graaf2020-10-312-21/+26
* tests: updated github worklow for tests to use requirements.txt and d… (#1364)Ruslan Mullakhmetov2020-10-262-2/+4
* feat: added job heartbeat to track whether job is actually executing (#1349)Ruslan Mullakhmetov2020-10-264-4/+26
* Workers can listen to external commands via pubsub (#1363)Selwin Ong2020-10-224-5/+157
* tests: added ability to run tests in Docker (#1361)Ruslan Mullakhmetov2020-10-223-1/+16
* Remove alpha warning from scheduler docsSelwin Ong2020-10-201-2/+5
* Increase scheduler lock TTL to 60 (#1362)Selwin Ong2020-10-201-1/+1
* scheduler: now operates with chunks of jobs (#1355)Nikita Romaniuk2020-10-203-11/+24
* feat: avoided "zombie" processes after killing work horse (#1348)Ruslan Mullakhmetov2020-10-205-9/+30
* Fix #1340 (#1341)Orkhan2020-09-281-0/+5
* Add entry ssl_ca_certs in worker config settings (#1347)Qiming Sun2020-09-281-0/+1
* pass retry param to enqueue_at func (#1343)Vladimir Ulupov2020-09-282-2/+11
* Exclude tests directory from wheel buildsSelwin Ong2020-09-101-1/+1
* Bump version to 1.5.2v1.5.2Selwin Ong2020-09-102-2/+7
* Fixes an issue where retried jobs should not be put in FailedJobRegistry (#1336)Selwin Ong2020-09-102-1/+6
* include requirements.txt in sdist (#1335)Evgeni Golov2020-09-101-0/+1
* fix deprecated Iterable import (#1329)Ahmed Elmaghallawy2020-09-101-1/+1
* fixed minor import error in jobs docs (#1334)maces2020-09-101-1/+2
* fix(scheduler): correctly restore ssl connection after forking (#1327)Sergei Zherevchuk2020-08-271-4/+7
* Codecov (#1326)Selwin Ong2020-08-213-8/+7
* Merge branch 'master' of github.com:rq/rqv1.5.1Selwin Ong2020-08-211-3/+8
|\
| * Restores compatibility with fakeredis (#1324)Selwin Ong2020-08-211-3/+8
* | Bump version to 1.5.1Selwin Ong2020-08-212-1/+8
|/
* Create coverage.ymlSelwin Ong2020-08-211-0/+2
* get_redis_server_version() should handle 4 digit version numbers (#1322)Selwin Ong2020-08-166-20/+43
* Allow retries to be set through decorator (#1319)nerok2020-08-142-3/+21
* handled unhandled exceptions in horse (#1303)Ruslan Mullakhmetov2020-08-043-15/+44
* Minor doc fixSelwin Ong2020-07-311-1/+2
* log messages < error is now output to stdout instead of stderr (#1312)Selwin Ong2020-07-312-2/+8
* Use correct logger name for scheduler and lower level for heartbeat logs (#1311)Aaron Tainter2020-07-311-6/+7
* Slightly tweaked docs CSSSelwin Ong2020-07-261-0/+5
* Fixed Github Pages buildSelwin Ong2020-07-261-1/+1
* Bump version to 1.5.0v1.5.0Selwin Ong2020-07-267-20/+64
* Update index.md (#1306)Zhicheng Cai2020-07-261-0/+1
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-2313-59/+303
* Fix incorrect worker timeout calculation in SimpleWorker.execute_job (#1304)David Murray2020-07-231-1/+5
* Split kill_house() fix issues #1234 (#1300)wevsty2020-07-132-5/+18
* Fix scheduler on Python 3.8 (#1302)Selwin Ong2020-07-134-11/+35
* Add redis_server_version to worker/job/queue (#1286)Paul Spooren2020-07-124-21/+64
* Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295)mbarkhau2020-07-101-0/+1
* CI: Only test redis-py 3.5.0 (#1294)Paul Spooren2020-07-071-1/+1
* Replace travis with GitHub action (#1290)Paul Spooren2020-07-074-19/+78
* setup: Set min Python version to 3.5 (#1291)Paul Spooren2020-07-071-2/+1
* Improve requirements handling (#1287)Paul Spooren2020-06-293-7/+12
* Fix comment in registry.py (#1285)Konstantin Schubert2020-06-291-1/+1
* Bump version in version.pyv1.4.3Selwin Ong2020-06-281-1/+1
* Bump version to 1.4.3Selwin Ong2020-06-281-0/+6
* worker.register_birth() should set a slightly longer worker key TTL (#1284)Selwin Ong2020-06-281-1/+1
* updated readme with link to monitoring dashboards (#1274)Pranav Gupta2020-06-281-0/+11