summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* enqueue_at should support explicit args and kwargsenqueue-at-argsSelwin Ong2020-03-082-27/+51
* Pass job ID to error handlers (#1201)Seamus Mac Conaonaigh2020-02-281-0/+1
* fix kill_horse will cause zombie processes (#1194)wevsty2020-02-251-0/+2
* Merge branch 'master' of github.com:rq/rqSelwin Ong2020-02-251-0/+6
|\
| * Add rq.cli.__main__ (#1196)Bo Bayles2020-02-251-0/+6
* | Updated job.result docs.Selwin Ong2020-02-251-6/+2
|/
* Fix simple typo: constrast -> contrast (#1200)Tim Gates2020-02-251-1/+1
* fix code tag in connections.md (#1189)Ryan Febriansyah2020-02-252-2/+2
* Respect timeout -1 in worker hard kill (#1187)Zach Kanzler2020-02-251-1/+1
* Show job scheduling section on docs websiteSelwin Ong2020-02-121-0/+2
* Fix typos in job_registries.md (#1185)Levin Rickert2020-02-031-3/+3
* Bump version to 1.2.2v1.2.2Selwin Ong2020-01-312-1/+4
* Fixes Job.fetch when return value is unpickleable (#1184)Selwin Ong2020-01-313-6/+19
* Bump version to 1.2.1v1.2.1Selwin Ong2020-01-312-1/+6
* Add job status setting in enqueue_at (and in enqueue_in) methods (#1181)Ivan Kiryanov2020-01-234-5/+30
* Failed jobs will now auto expire (#1182)Selwin Ong2020-01-212-18/+17
* Bump version to 1.2.0Selwin Ong2020-01-212-1/+2
* Add a hard kill from the parent process with a 10% increased timeout … (#1169)mr-trouble2020-01-192-0/+36
* fix: use correct logging handler for scheduler (#1178)Florian Perucki2020-01-192-4/+9
* Job scheduling (#1163)Selwin Ong2020-01-0418-57/+943
* Travis CI: sudo: deprecated and Xenial is default (#1175)Christian Clauss2020-01-041-4/+1
* Add example for unix:// (#1171)goldstar6112019-12-181-1/+1
* Updated changelogSelwin Ong2019-12-161-1/+1
* Updated changelogSelwin Ong2019-12-161-0/+8
* fix log level parameter override, Fixes #1166 (#1167)Yongtao Zhang2019-12-161-0/+4
* Added a note to indicate that `registry.remove(job, delete_job=True)` is newSelwin Ong2019-11-261-0/+2
* Multi Dependency Support - Registration & Enqueue Call (#1155)Thomas Matecki2019-11-264-46/+191
* Added `delete_job` argument to registry.remove()` (#1161)Selwin Ong2019-11-233-8/+69
* Fix rq info not found workers information error, Fixes #1139 (#1149)Yongtao Zhang2019-10-292-4/+15
* Multi Dependency Support [Internal API Changes] (#1147)Thomas Matecki2019-10-223-25/+46
* Fix dependent jobs enqueueing (#1145)Ivan Piskunov2019-10-171-1/+1
* worker.register_birth() should use hmsetSelwin Ong2019-10-081-7/+9
* Store worker's RQ and Python versions (#1125)Vladimir Protasov2019-10-082-2/+39
* add doc page for job registries (#1140)joncros2019-10-082-0/+47
* Edit jobs doc for clarity (#1136)joncros2019-09-211-13/+101
* Updated ttl argument docsSelwin Ong2019-09-081-2/+2
* Fix unreliable test (#1126)Vladimir Protasov2019-09-081-2/+5
* Fix where -> were typo (#1121)Andy Lulham2019-09-081-1/+1
* docs/jobs: Fix minor typo (#1128)William Woodruff2019-09-081-1/+1
* Add failure_ttl on job decorator (#1130)Bartłomiej Biernacki2019-09-082-2/+17
* Include LICENSE in manifest (#1134)Igor Gnatenko2019-09-081-0/+1
* Fixed test errors caused by _sentry_trace_headersSelwin Ong2019-07-201-4/+0
* Bump version to 1.1.0v1.1.0Selwin Ong2019-07-201-1/+1
* Updated CHANGES.mdSelwin Ong2019-07-201-2/+7
* otp: reuse utcnow (#1115)Chyroc2019-07-051-1/+1
* Added logging statements to handle_job_success and handle_job_failure (#1112)Selwin Ong2019-06-223-7/+7
* Added checks for 0 ttl (#1110)Selwin Ong2019-06-162-1/+23
* Update worker document for setproctitle feature (#1109)Joe2019-06-161-1/+7
* Replace procname with setproctitle (#1108)Joe2019-06-161-1/+1
* rq info management command now cleans up registries when first run (#1107)Selwin Ong2019-06-153-25/+43