summaryrefslogtreecommitdiff
path: root/rq/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Minor typing fixesreliable-queueSelwin Ong2023-05-151-3/+3
* Black style (#1292)Paul Spooren2023-02-041-13/+36
* Job methods docstrings (#1772)lowercase002023-01-301-9/+25
* Remove compatibility layer for < 3.5 (#1761)lowercase002023-01-261-3/+1
* Typing (#1698)lowercase002022-10-011-9/+18
* Improve the lint situation (#1688)Yang Yang2022-08-071-1/+1
* Drop python2-specific syntax (#1674)Hugo2022-07-241-4/+0
* job decorator allow on_failure and on_success parameters (#1626) (#1628)Neptalí Piña2022-03-021-2/+5
* Replace enum function with internal Enum class (#1459)MyrikLD2021-05-071-1/+1
* Allow retries to be set through decorator (#1319)nerok2020-08-141-2/+4
* Parse job_id as keyword argument to delay() (#1236) (#1243)grayshirt2020-05-101-1/+2
* Add failure_ttl on job decorator (#1130)Bartłomiej Biernacki2019-09-081-2/+3
* Add description param to @job decorator (#912)Nikita Lyubchich2018-01-021-2/+4
* Add meta to decorator, move depends_on + at_front to decorator (#892)John Lucas2017-12-061-2/+14
* Add at_front option for decorated functionsDmitriy Sorokin2017-10-101-1/+2
* Fixed #866 - Flak8 errorsTheo2017-09-081-1/+1
* Allow passing backend classes (job, queue, worker, connection) from CLI and o...Jannis Leidel2017-01-251-2/+8
* Add ttl argument to decoratorJavi Imbernon2016-02-161-2/+4
* Sync jobs should be cleaned up after execution.Selwin Ong2015-07-101-1/+1
* Easy refactoring on decorators.pyINADA Naoki2014-08-071-4/+1
* Merge remote-tracking branch 'origin/master' into SanyerMyasoedov-masterVincent Driessen2014-05-061-1/+7
|\
| * Enable the most modern Python syntax.Vincent Driessen2014-05-051-2/+8
* | Removed @resolve_connection from job decorator.msoedov2014-05-041-2/+1
* | Moved @resolve_connection call into @delay wrappermsoedov2014-05-041-2/+2
|/
* Added depends_on to job decoratormsoedov2014-04-271-1/+5
* PEP8ify.Vincent Driessen2013-09-021-3/+3
* accomodate py3 imports and builtinsAlex Morega2013-08-051-1/+2
* Rename the const.Vincent Driessen2012-09-141-2/+2
* Decorator accepts result_ttl argumentScott Burns2012-09-131-3/+5
* Resolve connections early.Vincent Driessen2012-07-241-4/+5
* Update comment.Vincent Driessen2012-07-241-5/+4
* Add @wraps() call.Vincent Driessen2012-07-241-0/+2
* PEP8ify.Vincent Driessen2012-07-241-3/+4
* Make "queue" argument in job decorator required.Selwin Ong2012-07-241-13/+9
* Added a job decorator.Selwin Ong2012-07-231-0/+35