summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Change back `path` connection keyword argument to `unix_socket_path` (#1403)Jochen Kupperschmidt2021-01-261-1/+11
* Document that --serializer CLI argument is only available in 1.8.0Selwin Ong2021-01-191-4/+2
* Added --serializer option to cli, finishing off PR #1381 and fix #1357 (#1395)f0cker2021-01-193-10/+29
* Add exception to catch redis connection failure to retry after wait time (#1387)Adda Satya Ram2021-01-142-8/+34
* clean_worker_registry cleans in batches to prevent submitting too muc… (#1390)AxeOfMen2021-01-094-5/+74
* Bump version to 1.7.0v1.7.0Selwin Ong2020-11-293-2/+8
* Improve docsSelwin Ong2020-11-282-35/+76
* Fix custom serializer in job fetches (#1381)JackBoreczky2020-11-285-11/+41
* Add `job.refresh()` to docs (#1384)C. Mangla2020-11-281-0/+1
* Add link to Github Actions badge in READMESelwin Ong2020-11-271-1/+1
* Fix RQScheduler when run with SSL connection (#1383)BobReid2020-11-277-28/+152
* fix snippet link in docs (#1380)Kyle Verhoog2020-11-212-2/+2
* fixed typo in send_kill_horse_command() example (#1378)Arturo Bracero2020-11-181-1/+1
* send_stop_job_command (#1376)Selwin Ong2020-11-145-22/+132
* Added job.worker_name (#1375)Selwin Ong2020-11-0812-168/+122
* Bump version to 1.6.1v1.6.1Selwin Ong2020-11-082-2/+4
* Merge branch 'master' of github.com:rq/rqSelwin Ong2020-11-083-2/+8
|\
| * Release scheduler lock when running in burst mode (#1374)Selwin Ong2020-11-083-2/+8
* | Bump to version 1.6.0v1.6.0Selwin Ong2020-11-082-1/+10
|/
* Redis does not accept `parser_class` argument (#1373)Selwin 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