summaryrefslogtreecommitdiff
path: root/rq/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* RQ v1.0! (#1059)Selwin Ong2019-03-301-1/+1
* Fix PEP8 complaints.Vincent Driessen2014-09-081-6/+2
* Renamed to SimpleWorkerfoxx2014-09-081-1/+1
* Use class for test worker, and performs PID check in unit tests, #412foxx2014-09-081-1/+1
* Enable the most modern Python syntax.Vincent Driessen2014-05-051-8/+9
* Implement the get_current_job() function.Vincent Driessen2012-09-021-1/+2
* Reflect new API in the RQ scripts.Vincent Driessen2012-03-231-4/+0
* New connection management.Vincent Driessen2012-03-231-14/+6
* Don't expose the FailedQueue class at the top-level.Vincent Driessen2012-03-211-2/+2
* Don't expose the Job class at the top-level.Vincent Driessen2012-03-211-2/+5
* Put Job directly in the top-level `rq` module.Vincent Driessen2012-02-151-2/+3
* Style fixes (flake8).Vincent Driessen2012-02-131-2/+3
* Put the version number somewhere central.Vincent Driessen2011-11-281-0/+2
* Document the Queue class.Vincent Driessen2011-11-211-0/+7
* Add simple helper function, to avoid users to learn about the `conn`Vincent Driessen2011-11-171-1/+9
* Have work() return whether work has been done, or not.Vincent Driessen2011-11-151-1/+2
* Greatly simplify the setup.Vincent Driessen2011-11-151-2/+1
* Refactor the whole Redis connection stuff to be just as easy as in RDB.Vincent Driessen2011-11-141-37/+3
* Add better connection management.Vincent Driessen2011-11-141-5/+4
* Make it an actual PyPI-managable Python package.Vincent Driessen2011-11-141-0/+40