summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added `worker.wait_for_procesing_unit()`.wait-for-processing-unitSelwin Ong2023-03-232-105/+139
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-2113-69/+209
* Fix typo in deprecation warning (#1866)Jochen Kupperschmidt2023-03-121-1/+1
* Check dependencies when enqueue via Queue.enqueue_job() (#1837)Simó Albert i Beltran2023-03-095-13/+45
* fix: remove unsafe formating and standardize qoutes (#1857)Jesse P. Johnson2023-03-083-30/+31
* bugfix: type annotations as str to allow Windows usage (#1852)lowercase002023-03-081-3/+6
* refactor: remove python2 cruft (#1863)Jesse P. Johnson2023-03-083-26/+2
* docs: add deprecation warnings to connection functions (#1860)lowercase002023-03-081-4/+24
* Remove `use_connection` (#1859)lowercase002023-03-074-100/+22
* Update arguments passed to the Sentinel Object when created from the settings...Joachim Burket2023-03-073-14/+74
* feat: move `reorder_queues` to `dequeue_job` (#1853)lowercase002023-03-071-1/+1
* Update index.md (#1858)Tianci Hu Marrero2023-03-071-1/+1
* New dequeue strategy (#1806)lowercase002023-03-0511-29/+140
* Add failure callback call to started job registry cleanup (#1824)Rony Lutsky2023-03-045-13/+52
* docs: scheduler safe import (#1835)lowercase002023-03-031-1/+22
* Fix TimerDeathPenalty not properly handling negative/infinite timeout (#1845)Marcus Ong2023-03-032-0/+11
* fix: Dependency list in depends_on (#1843)Simó Albert i Beltran2023-02-282-6/+24
* (Docs) Updated patterns - heroku (#1841)Tianci Hu Marrero2023-02-271-10/+11
* removed import error warning and changed function doc (#1839)amks12023-02-261-5/+1
* docs: add warning of `decode_responses` (#1833)lowercase002023-02-261-0/+14
* Don't fail CI if codecov fails (#1838)Selwin Ong2023-02-261-0/+1
* Worker - max_idle_time feature (#1795)Rony Lutsky2023-02-224-8/+50
* 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