summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Configurable maintenance task interval (#1823)Rony Lutsky2023-02-223-4/+23
* Bump version to 1.13.0v1.13.0Selwin Ong2023-02-192-1/+13
* Enhance worker termination logic (#1729)Rony Lutsky2023-02-173-23/+55
* refactor: new teardown worker method (#1820)lowercase002023-02-171-13/+13
* Bump supercharge/redis-github-action from 1.4.0 to 1.5.0 (#1818)dependabot[bot]2023-02-162-3/+3
* feat: splits the work loop into a bootstrap method (#1816)lowercase002023-02-151-26/+62
* fix: queue.result_ttl=-1 (#1819)Simó Albert i Beltran2023-02-152-1/+26
* Added black config (#1815)Selwin Ong2023-02-142-9/+8
* Worker docstrings (#1810)lowercase002023-02-131-84/+248
* docs: fix typos (#1813)lowercase002023-02-131-5/+5
* Add to worker redis record scheduler info (#1787)Daniel M2023-02-133-87/+96
* Docs: Updated testing instructions (#1812)lowercase002023-02-132-2/+35
* Fix - Use worker TTL for timeout (#1794)Rony Lutsky2023-02-103-19/+29
* Use job.return_value() instead of job.result when processing callbacks (#1801)Selwin Ong2023-02-053-3/+11
* Fix - TypeError - accessing None when dequeued result is None (when timeout=N...Rony Lutsky2023-02-052-1/+9
* Sync jobs should save job exceptions and results (#1799)Selwin Ong2023-02-056-87/+126
* Debug mode log fixes (#1798)lowercase002023-02-052-5/+3
* Black style (#1292)Paul Spooren2023-02-0421-657/+1006
* Fix bug when running worker on debug mode (#1785)lowercase002023-02-021-3/+4
* Enhanced Redis Connection Reliability (#1753)lowercase002023-02-023-5/+58
* Queue Docstrings (#1782)lowercase002023-02-0112-215/+644
* Add 3.11 Support (#1780)lowercase002023-01-303-3/+5
* Fix worker example (#1765)lowercase002023-01-301-9/+5
* Job methods docstrings (#1772)lowercase002023-01-309-155/+620
* Removes Python 3.5 from the classifiers (#1776)lowercase002023-01-301-1/+0
* Restart scheduler process if the process is not alive (#1764)Oleg2023-01-294-6/+38
* Moves the `compact` helper to `utils` (#1769)lowercase002023-01-293-8/+14
* Fix Scheduler Docstring (#1768)lowercase002023-01-271-1/+1
* Merge branch 'master' of github.com:rq/rqSelwin Ong2023-01-2720-705/+79
|\
| * Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-2616-654/+37
| * Enhance debug logs (#1752)lowercase002023-01-262-10/+37
| * Allow for configurable scheduler fallback period (#1759)lowercase002023-01-252-2/+4
| * Remove unused dummy tasks (#1760)lowercase002023-01-251-38/+0
| * Bugfix: Python & RQ Version (#1757)lowercase002023-01-232-2/+2
* | Bump version to 1.12.0v1.12.0Selwin Ong2023-01-152-1/+10
|/
* Bump actions/setup-python from 4.4.0 to 4.5.0 (#1750)dependabot[bot]2023-01-153-4/+4
* Don't log job exceptions twice (#1746)Selwin Ong2023-01-081-2/+6
* Bump actions/setup-python from 4.3.0 to 4.4.0 (#1745)dependabot[bot]2022-12-293-4/+4
* Cache redis version in the connection object (#1742)Oscar Arbeláez-Echeverri2022-12-292-1/+18
* Add at_front for scheduled/enqueue_at jobs (#1743)gabriels12342022-12-293-2/+30
* Move lock aquire log from INFO to DEBUG level (#1737)Ankush Menat2022-11-291-1/+1
* Persist worker_name after job is finished (#1730)eswolinsky32412022-11-267-10/+5
* Make test_commands pass on MacOS (#1735)Selwin Ong2022-11-211-20/+40
* #1733 Typography (#1734)Krzysztof Jeziorny2022-11-211-125/+72
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-1913-93/+606
* pre-warm redis server version cache of job from queue (#1727)Jan Rüegg2022-11-191-0/+1
* Bump actions/setup-python from 4.2.0 to 4.3.0 (#1718)dependabot[bot]2022-10-143-4/+4
* Fix broken pipeline / transaction (#1715)Jan Rüegg2022-10-011-1/+6
* Typing (#1698)lowercase002022-10-0121-303/+592
* Add packages write permission to docker workflowSelwin Ong2022-09-251-1/+2