summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade to GitHub-native Dependabot (#1454)dependabot-preview[bot]2021-05-071-0/+7
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-0714-58/+50
* bugfix: Allow using staticmethods as jobs (#1458)pwws2021-05-074-4/+46
* Cleanup zombie worker leftovers as part of StartedJobRegistry's cleanup() (#1...Omer Lachish2021-04-204-42/+48
* Changed docker CMD to ENTRYPOINT (#1449)rpkak2021-04-201-1/+1
* Fix mistake in doc of Random dequeuing strategy (#1443)Antonino Sabetta2021-04-201-1/+1
* prevent job exception being logged twice (#1440)PetreM2021-04-201-1/+1
* Newer pip install command from git (#1439)James Cobb2021-04-012-2/+2
* Bump version to 1.8.0v1.8.0Selwin Ong2021-03-312-1/+11
* Workers dequeuing jobs from queues using both Round-Robin and Random strategi...Biel Cardona2021-03-313-2/+97
* bugfix: Add self.serializer when calling self.fetch_many in Job.fetch_depende...Jahn Thomas Fidje2021-02-241-1/+1
* Add a "stopped" JobStatus and the machinery to properly handle it (#1394)Daniel Alley2021-02-095-25/+54
* Add runner for asyncio tasks (#1405)MyrikLD2021-02-033-1/+27
* Multidependencies (#1397)skieffer2021-02-024-13/+195
* 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