summaryrefslogtreecommitdiff
path: root/rq/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Implement Customizable Serializer Support (#1219)Babatunde Olusola2020-04-161-6/+0
* RQ v1.0! (#1059)Selwin Ong2019-03-301-0/+4
* Fixed issue#72 (#818)luojiebin2017-04-281-0/+4
* Raise an exception if a given dependency does not existStefan Hammer2016-08-251-0/+4
* move ShutDownImminentException into exceptions.pySamuel Colvin2016-06-191-0/+6
* Clean up type checking of Worker constructorVincent Driessen2015-06-031-4/+0
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-0/+5
* PEP8ify.Vincent Driessen2013-09-021-0/+1
* Merge branch 'master' into yaniv-aknin-worker_ttlVincent Driessen2013-02-151-2/+2
|\
| * Make inner_exception optional, and use new except syntax.Vincent Driessen2013-01-311-1/+1
| * job: save the real exception when unpickling failsIdan Kamara2013-01-301-2/+2
* | Refactor dequeue_any to accept arbitrary timeoutsYaniv Aknin2013-01-261-0/+3
|/
* Implement requeue() method on FailedQueue.Vincent Driessen2012-02-151-0/+4
* Flake8 style fixes.Vincent Driessen2012-02-131-1/+2
* CHECKPOINT: Initial part of the big refactor.Vincent Driessen2012-02-081-0/+3
* Put unreadable tasks on the failure queue.Vincent Driessen2012-01-301-1/+3
* Change the way jobs are pickled.Vincent Driessen2012-01-301-3/+0
* Clarified responsibility of the Job class.Vincent Driessen2012-01-281-0/+4
* Throw DequeueError when reading unprocessable data from queue.Vincent Driessen2012-01-271-0/+3
* Make the dequeue methods return values consistent.Vincent Driessen2011-11-161-3/+0
* Restructure some code.Vincent Driessen2011-11-161-0/+5