summaryrefslogtreecommitdiff
path: root/rq/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* 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