summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Update cli.py to support custom loggers (#1906)HEADmasterjuur2023-05-181-0/+27
* Update linting configuration (#1915)Rob Hudson2023-05-171-1/+1
* Worker pool (#1874)Selwin Ong2023-05-011-30/+44
* Added changelogSelwin Ong2023-05-011-2/+6
* improve the docs on in-flight jobs of killed/lost workers (#1840)luto2023-04-011-3/+5
* Fix error in example in the documentation (#1870)Joris2023-04-011-4/+4
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-0/+15
* Remove `use_connection` (#1859)lowercase002023-03-071-50/+17
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-071-5/+15
* Update index.md (#1858)Tianci Hu Marrero2023-03-071-1/+1
* New dequeue strategy (#1806)lowercase002023-03-051-6/+9
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-041-0/+8
* docs: scheduler safe import (#1835)lowercase002023-03-031-1/+22
* (Docs) Updated patterns - heroku (#1841)Tianci Hu Marrero2023-02-271-10/+11
* docs: add warning of `decode_responses` (#1833)lowercase002023-02-261-0/+14
* Enhance worker termination logic (#1729)Rony Lutsky2023-02-171-0/+25
* docs: fix typos (#1813)lowercase002023-02-131-5/+5
* Docs: Updated testing instructions (#1812)lowercase002023-02-132-2/+35
* Enhanced Redis Connection Reliability (#1753)lowercase002023-02-021-0/+20
* Fix worker example (#1765)lowercase002023-01-301-9/+5
* #1733 Typography (#1734)Krzysztof Jeziorny2022-11-211-125/+72
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-192-7/+48
* Add feature to enqueue dependents at the front of queues (#1696)Jahn Thomas Fidje2022-09-231-6/+15
* doc: default queues order is a priority order (#1704)Alex Garel2022-09-221-0/+4
* Dependency with failures (#1681)Selwin Ong2022-07-311-1/+25
* docs: Fix a few typos (#1679)Tim Gates2022-07-312-4/+4
* Fix syntax error in docs example (#1664)Pavel Levchuk2022-05-301-1/+1
* Update exceptions.md (#1655)urmikab2022-05-161-0/+1
* fix typo (#1640)Rajesh Khadka2022-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-101-1/+20
* Replace highlight tag in docs (#1600)Selwin Ong2021-12-077-34/+34
* add REDIS_SSL_CERT_REQS cli parameter (#1495)mgcdanny2021-10-271-4/+31
* Fix link Round Robin / Random worker classes (#1561)luto2021-09-131-1/+1
* Add option to enqueue a job's dependents when canceling (#1549)Josh Cohen2021-08-262-0/+14
* job.cancel() puts job into CanceledJobRegistry. (#1546)Selwin Ong2021-08-222-3/+33
* job: add get_meta() function (#1536)Paul Spooren2021-08-211-1/+5
* Allows enqueueing by the cli (#1466)rpkak2021-08-201-0/+74
* Success and failure callbacks (#1480)Selwin Ong2021-06-222-19/+71
* Make `Queue.enqueue`, `Queue.enqueue_call`, `Queue.enqueue_at``Queue.parse_a...Josh Cohen2021-06-201-0/+29
* Docs: Add scheduled to job.get_status() (#1493)rpkak2021-06-161-1/+1
* Add chat page (#1474)rpkak2021-06-123-0/+24
* Typo: Than -> Then (#1479)Joseph2021-05-301-1/+1
* add `/` (#1475)rpkak2021-05-271-1/+1
* Fix mistake in doc of Random dequeuing strategy (#1443)Antonino Sabetta2021-04-201-1/+1
* Newer pip install command from git (#1439)James Cobb2021-04-011-1/+1
* Workers dequeuing jobs from queues using both Round-Robin and Random strategi...Biel Cardona2021-03-311-0/+16
* Add a "stopped" JobStatus and the machinery to properly handle it (#1394)Daniel Alley2021-02-091-12/+14
* 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-191-5/+7