summaryrefslogtreecommitdiff
path: root/rq/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Update linting configuration (#1915)Rob Hudson2023-05-171-3/+3
* Worker pool (#1874)Selwin Ong2023-05-011-4/+18
* Added BaseWorker class (#1887)Selwin Ong2023-04-261-104/+3
* Consolidate job callbacks execution (#1851)Rony Lutsky2023-03-211-1/+1
* New dequeue strategy (#1806)lowercase002023-03-051-1/+0
* removed import error warning and changed function doc (#1839)amks12023-02-261-5/+1
* Black style (#1292)Paul Spooren2023-02-041-20/+21
* Queue Docstrings (#1782)lowercase002023-02-011-32/+85
* Job methods docstrings (#1772)lowercase002023-01-301-5/+20
* Moves the `compact` helper to `utils` (#1769)lowercase002023-01-291-0/+12
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-261-3/+17
* Cache redis version in the connection object (#1742)Oscar Arbeláez-Echeverri2022-12-291-1/+8
* Multiple results using Redis Streams (#1725)Selwin Ong2022-11-191-0/+5
* Typing (#1698)lowercase002022-10-011-36/+78
* Improve the lint situation (#1688)Yang Yang2022-08-071-2/+3
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+1
* Remove root logger usage (#1617)Oscar LAURENT2022-02-071-1/+2
* Python 3.10 compatibility (#1563)rpkak2021-10-071-5/+3
* Extract `Job.get_call_string` logic to `utils.get_call_string` (#1499)Adrian Sadłocha2021-06-231-0/+24
* Added logging trace for failed import for user-level debugging (#1494)Natalino Busa2021-06-171-0/+5
* Support for Click 8.0.0 (#1465)rpkak2021-05-141-3/+3
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-071-11/+1
* bugfix: Allow using staticmethods as jobs (#1458)pwws2021-05-071-3/+31
* clean_worker_registry cleans in batches to prevent submitting too muc… (#1390)AxeOfMen2021-01-091-0/+13
* fix deprecated Iterable import (#1329)Ahmed Elmaghallawy2020-09-101-1/+1
* Restores compatibility with fakeredis (#1324)Selwin Ong2020-08-211-3/+8
* get_redis_server_version() should handle 4 digit version numbers (#1322)Selwin Ong2020-08-161-4/+12
* Job retry feature. Docs WIP (#1299)Selwin Ong2020-07-231-1/+1
* FailedJobRegistry.requeue() resets job.started_at and job.ended_at (#1227)Selwin Ong2020-04-011-1/+1
* Remove unused code (#1214)Selwin Ong2020-03-091-24/+0
* Job scheduling (#1163)Selwin Ong2020-01-041-4/+1
* Implemented Job.fetch_many (#1072)Selwin Ong2019-04-141-0/+7
* Fix collections abc import deprecation warning. (#1032)Wolfgang Langner2019-01-221-1/+4
* add milliseconds into timestamps, fix #721Samuel Colvin2017-09-091-4/+7
* * Added support to use strings to specify both result_ttl and ttl.Yaniv Greenberg2017-05-081-2/+2
* Fixed issue#72 (#818)luojiebin2017-04-281-0/+20
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-0/+10
* _Colorizer().notty is more clearDamnever2015-08-131-1/+1
* Clean up Worker.__init__ logic a littleVincent Driessen2015-06-031-1/+15
* Various PEP8 fixes.0.5.0Vincent Driessen2015-01-301-1/+1
* Auto-sort imports using isort.Vincent Driessen2015-01-301-2/+2
* triggering shutdown by setting a redis flagJonathan Tushman2014-12-121-0/+10
* Added WorkingQueue class.Selwin Ong2014-09-081-0/+6
* Remove unused function 'gettersize'zhangliyong2014-09-021-27/+0
* Use as_text to fix syntax error discovered in Python 3.2 (raspberry pi)Scott Vitale2014-06-151-2/+2
* PEP8ify.Vincent Driessen2014-05-071-1/+3
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-0/+3
* Use single quotes for string literals.Vincent Driessen2014-04-221-1/+1
* Fix bug where RQ 0.4 could not unpickle jobs from RQ 0.3.x.Vincent Driessen2014-04-221-1/+5
* Don't rely on external package `first`.Vincent Driessen2014-04-041-0/+39