summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Black style (#1292)Paul Spooren2023-02-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * treewide: apply black style This PR applied the black code style, adds it to the CI and README. The changes look big, however no functional changed are applied at all. The line length is set to 120, which is different from black recommendation of 88. I would suggest to stick to the 88 recommendation and adapt the flake8 check. Add the `-S` parameter to `black` to keep single quotes. Signed-off-by: Paul Spooren <mail@aparcar.org> * README: add black badge Help people to find the used code style. Signed-off-by: Paul Spooren <mail@aparcar.org> * CI: check codestyle via black Automatically run the CI and check that the code style is still black. Signed-off-by: Paul Spooren <mail@aparcar.org> --------- Signed-off-by: Paul Spooren <mail@aparcar.org>
* Update link to Celery website (#1638)Jannis Vajen2022-04-021-1/+1
| | | The old domain has been compromised. See https://github.com/celery/celeryproject/issues/52 for more information.
* Fix repo url for git intallation (#1545)waldner2021-08-211-1/+1
|
* fix: typo on readme file - enqueue_in() (#1534)Stanley Ruheza2021-08-201-1/+1
|
* Newer pip install command from git (#1439)James Cobb2021-04-011-1/+1
| | | | | | | * Newer pip install command from git Updated cutting edge pip install command to use HTTPS rather than insecure git+git protocol, as recommended by pip documentation. This allows the command to work with pip >= 21.0.1 * Updated pip command in README
* Add link to Github Actions badge in READMESelwin Ong2020-11-271-1/+1
|
* fix snippet link in docs (#1380)Kyle Verhoog2020-11-211-1/+1
| | | | | The former link is broken since http://flask.pocoo.org/snippets has been taken down. See https://github.com/pallets/website/issues/41 for more info.
* Bump version to 1.5.0v1.5.0Selwin Ong2020-07-261-3/+25
|
* Replace travis with GitHub action (#1290)Paul Spooren2020-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * CI: replace travis with GitHub action matrix The GitHub action runs the same tests as travis however using a more complex matrix: Python versions: 3.5, 3.6, 3.7, 3.8 Python 3.4 is dropped by redis-py, therefore not required in the tests. Redis versions: 3, 4, 5, 6 The different Redis versions offer different features and this allows checks for compatibility. redis-py versions: 3.5.0, 3.5.3 3.5.0 is the oldest supported version, 3.5.3 is the latest upstream verison Signed-off-by: Paul Spooren <mail@aparcar.org> * CI: Add flake8 lint action This actions runs `flake8` and shows style problems of the code. It uses th GitHub default options which handle most problems as warnings. These rules could become slowly more strict. Signed-off-by: Paul Spooren <mail@aparcar.org>
* updated readme with link to monitoring dashboards (#1274)Pranav Gupta2020-06-281-0/+11
| | | | | * updated readme with link to monitoring dashboards * added links to more rq related projects
* Update README.mdSelwin Ong2019-06-071-3/+5
|
* Update README.mdSelwin Ong2019-05-301-0/+4
|
* modify zadd calls for redis-py 3.0 (#1016)Darshan Rai2018-12-031-1/+1
| | | | | | | | | | | | | | | | | | | * modify zadd calls for redis-py 3.0 redis-py 3.0 changes the zadd interface that accepts a single mapping argument that is expected to be a dict. https://github.com/andymccurdy/redis-py#mset-msetnx-and-zadd * change FailedQueue.push_job_id to always push a str redis-py 3.0 does not attempt to cast values to str and is left to the user. * remove Redis connection patching Since in redis-py 3.0, Redis == StrictRedis class, we no longer need to patch _zadd and other methods. Ref: https://github.com/rq/rq/pull/1016#issuecomment-441010847
* Added codecov badgeSelwin Ong2018-01-181-1/+1
|
* Updated TravisCI badgeSelwin Ong2018-01-171-1/+1
|
* Remove caniusepython3 badgeSelwin Ong2018-01-041-1/+0
|
* Fix READMEgreenmoon552017-10-211-2/+2
| | | Fix badge and rename 'result' to 'job'
* Fix pip install from HEAD of origin/masterdavid watson2017-02-271-1/+1
| | | The pip install -e directions didn't work. This does.
* Update outdated sample codes in README.mdorangain2016-02-041-4/+5
| | | | * Use explicit connection management instead of `use_connection()`. * Use `rq worker` instead of `rqworker`.
* Fixed docs linksCal Leeming2015-06-291-1/+3
| | | | * Added docs link at the top of the page, much easier to see. * Changed docs link to github pages
* Use shields.io instead of pypip.in.Jiangge Zhang2015-06-091-1/+1
|
* Fix non-truth in README.Vincent Driessen2015-03-091-1/+1
|
* Tiny fix of the indefinite article before "RQ"Leonid Shvechikov2015-02-011-1/+1
| | | "An" should be used here because "RQ" sounds like "ar-kiu".
* README.md: Fix Rescue URLanatoly techtonik2014-09-171-1/+1
|
* Indicate required Redis version in README.Vincent Driessen2014-09-081-0/+2
|
* Add badge with number of monthly downloads.Vincent Driessen2014-07-251-0/+1
|
* Add coverage reporting for RQ.Vincent Driessen2014-07-241-0/+1
|
* Remove extra paragraph.Vincent Driessen2014-07-231-1/+0
|
* Add high-res (SVG) build status icon.Vincent Driessen2014-07-231-1/+1
|
* Add Python 3 support state badge.Vincent Driessen2014-07-231-2/+4
|
* Add comment to the README.Vincent Driessen2012-08-041-0/+1
|
* Reformat Markdown for Python highlighting.Vincent Driessen2012-08-031-21/+25
|
* Add the same treatment to the README file.Vincent Driessen2012-08-031-0/+6
|
* Add Travis CI configuration file.Vincent Driessen2012-07-181-0/+2
|
* Don't use 'from rq import *'.Vincent Driessen2012-05-211-1/+1
|
* Mention python-requests.org, for completeness sake.Vincent Driessen2012-04-021-2/+4
|
* Fix typo in basic example.Vincent Driessen2012-04-021-1/+1
|
* Fix wording.Vincent Driessen2012-03-281-2/+2
|
* Fix documentation URL.Vincent Driessen2012-03-281-1/+1
|
* Fix incorrect API call in the README example.Vincent Driessen2012-03-281-1/+1
|
* Ditch false code size claim.Vincent Driessen2012-02-221-6/+4
|
* Simplify the count_words_at_url example.Vincent Driessen2012-02-131-9/+3
| | | | | The long implementation derived attention a bit from the actual point of enqueuing here.
* Getting the facts right here.Vincent Driessen2011-11-261-3/+1
|
* Fix codeVincent Driessen2011-11-261-32/+21
|
* Copy-paste README doc from gh-pages.Vincent Driessen2011-11-261-66/+53
|
* Change semantics of work(). Add work_burst().Vincent Driessen2011-11-171-4/+4
| | | | | work() will now start the worker run loop, and work_burst() now leads to the burst-then-quit behaviour.
* Update README with some project values.Vincent Driessen2011-11-161-14/+26
|
* Add sources of inspiration.Vincent Driessen2011-11-161-2/+11
|
* Fix terminology.Vincent Driessen2011-11-151-2/+2
|
* Document how to start a worker.Vincent Driessen2011-11-151-0/+35
|