summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When stopped jobs are deleted, they should also be removed from FailedJobRegi...delete-stopped-jobsSelwin Ong2022-07-242-1/+10
* Bump actions/setup-python from 3 to 4.1.0 (#1675)dependabot[bot]2022-07-243-4/+4
* Drop python2-specific syntax (#1674)Hugo2022-07-2439-157/+14
* Use unittest.mock instead of mock (#1673)Hugo2022-07-249-10/+8
* Jobs that are run synchronously should always raise an exception (#1671)Selwin Ong2022-07-012-3/+28
* chore: Enable codeql action (#1666)Naveen2022-05-301-0/+44
* Fix syntax error in docs example (#1664)Pavel Levchuk2022-05-301-1/+1
* Bump actions/setup-python from 2 to 3 (#1658)dependabot[bot]2022-05-223-4/+4
* Support at_front requeue support (#1657)Steve Kreitzer2022-05-222-4/+4
* Bump codecov/codecov-action from 1 to 3 (#1660)dependabot[bot]2022-05-221-1/+1
* Bump supercharge/redis-github-action from 1.1.0 to 1.4.0 (#1661)dependabot[bot]2022-05-222-3/+3
* Bump actions/upload-artifact from 2 to 3 (#1663)dependabot[bot]2022-05-221-1/+1
* Bump actions/download-artifact from 2 to 3 (#1662)dependabot[bot]2022-05-221-1/+1
* Bump actions/checkout from 2 to 3 (#1659)dependabot[bot]2022-05-224-5/+5
* chore: Included githubactions in the dependabot config (#1656)Naveen2022-05-221-0/+5
* chore: Set permissions for GitHub actions (#1648)Naveen2022-05-161-0/+3
* added ssl support for sentinel connections (#1649)nevious2022-05-161-1/+6
* Update exceptions.md (#1655)urmikab2022-05-161-0/+1
* fix typo (#1640)Rajesh Khadka2022-04-021-1/+1
* Update link to Celery website (#1638)Jannis Vajen2022-04-021-1/+1
* Docs: don't break links at the header (#1636)Mateusz Soszyński2022-04-021-0/+1
* Cross platform simple worker (#1629)Michael Hill2022-03-104-3/+112
* Add codecov.yml to ignore tests directorySelwin Ong2022-03-021-0/+2
* job decorator allow on_failure and on_success parameters (#1626) (#1628)Neptalí Piña2022-03-022-2/+42
* rq.worker: remove useless set_state call in horse (#1618)Xavier Fernandez2022-02-132-4/+4
* Remove root logger usage (#1617)Oscar LAURENT2022-02-071-1/+2
* Fixed job not getting enqueued due to parallel modification (#1615)th3hamm0r2022-01-281-0/+8
* Fixed wrong keys used to WATCH dependencies (#1605)th3hamm0r2022-01-032-3/+5
* Update changelog to mention changes in sync job executionsSelwin Ong2021-12-111-1/+1
* fix job.delete with remove_from_queue=False (#1601)Kirill Arkhipenko2021-12-111-1/+1
* Bump version to 1.10.1v1.10.1Selwin Ong2021-12-072-1/+9
* Replace highlight tag in docs (#1600)Selwin Ong2021-12-077-34/+34
* call callbacks and prepare job when running sync (#1599)Eric Feldman2021-12-073-1/+48
* Fixes a bug that causes leftover job keys when result_ttl=0 (#1591)Selwin Ong2021-12-022-10/+49
* add REDIS_SSL_CERT_REQS cli parameter (#1495)mgcdanny2021-10-272-4/+32
* put versions in quotes (#1572)rpkak2021-10-112-3/+3
* Python 3.10 compatibility (#1563)rpkak2021-10-078-22/+16
* Fix `job.cancel` to remove job from registries if not in queue (#1564)Josh Cohen2021-09-292-10/+71
* bugfix: worker: Launch pubsub thread in `daemon` mode. (#1559)mike w2021-09-161-1/+1
* RPass serializer to queue at cli (#1556)Josh Cohen2021-09-132-5/+8
* Add missing functionality for CanceledJobRegistry (#1560)Josh Cohen2021-09-134-1/+22
* Fix link Round Robin / Random worker classes (#1561)luto2021-09-131-1/+1
* Bump version to 1.10.0v1.10Selwin Ong2021-09-092-1/+12
* Add more tolerance to scheduler heartbeat (#1555)Selwin Ong2021-09-072-6/+6
* Main worker should use zadd(xx=True) to update heartbeat. (#1550)Selwin Ong2021-08-264-11/+9
* Add option to enqueue a job's dependents when canceling (#1549)Josh Cohen2021-08-264-20/+108
* Respect serializer (#1538)Josh Cohen2021-08-2412-72/+276
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-228-34/+103
* Fix repo url for git intallation (#1545)waldner2021-08-211-1/+1
* Minor changes (#1544)Selwin Ong2021-08-212-0/+12