Commit Graph

57 Commits

Author SHA1 Message Date
Jannis Vajen 8877d0ff52
Update link to Celery website (#1638)
The old domain has been compromised. See https://github.com/celery/celeryproject/issues/52 for more information.
2022-04-02 08:06:42 +07:00
waldner 31dafb9e5c
Fix repo url for git intallation (#1545) 2021-08-21 20:01:51 +07:00
Stanley Ruheza 5dab16d9e9
fix: typo on readme file - enqueue_in() (#1534) 2021-08-20 08:19:31 +07:00
James Cobb 6bfd47f735
Newer pip install command from git (#1439)
* 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
2021-04-01 13:23:18 +07:00
Selwin Ong 81ea1d26d1
Add link to Github Actions badge in README 2020-11-27 07:39:49 +07:00
Kyle Verhoog 3aaa1c1209
fix snippet link in docs (#1380)
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.
2020-11-21 13:08:33 +07:00
Selwin Ong f3c86c02c6 Bump version to 1.5.0 2020-07-26 17:49:09 +07:00
Paul Spooren 8904757d7e
Replace travis with GitHub action (#1290)
* 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>
2020-07-07 07:28:28 +07:00
Pranav Gupta 2fdff2471c
updated readme with link to monitoring dashboards (#1274)
* updated readme with link to monitoring dashboards

* added links to more rq related projects
2020-06-28 18:21:16 +07:00
Selwin Ong 2baef02dbd
Update README.md 2019-06-07 21:19:34 +07:00
Selwin Ong 98fa81873b
Update README.md 2019-05-30 17:12:31 +07:00
Darshan Rai ada2ad03ca modify zadd calls for redis-py 3.0 (#1016)
* 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
2018-12-03 07:28:36 +07:00
Selwin Ong ce94d6e3a9
Added codecov badge 2018-01-18 06:41:45 +07:00
Selwin Ong 95f80ff4fe
Updated TravisCI badge 2018-01-17 07:00:38 +07:00
Selwin Ong 17df38badb
Remove caniusepython3 badge 2018-01-04 20:52:58 +07:00
greenmoon55 db491651f0 Fix README
Fix badge and rename 'result' to 'job'
2017-10-21 00:22:26 -04:00
david watson 2d7e1c43f0 Fix pip install from HEAD of origin/master
The pip install -e directions didn't work. This does.
2017-02-27 14:11:24 -05:00
orangain b92bea9398 Update outdated sample codes in README.md
* Use explicit connection management instead of `use_connection()`.
* Use `rq worker` instead of `rqworker`.
2016-02-04 22:12:06 +09:00
Cal Leeming 95c2bf8e11 Fixed docs links
* Added docs link at the top of the page, much easier to see.
* Changed docs link to github pages
2015-06-29 14:10:53 +01:00
Jiangge Zhang 2773464a2b Use shields.io instead of pypip.in. 2015-06-09 14:33:19 +08:00
Vincent Driessen c6f7978464 Fix non-truth in README. 2015-03-09 09:21:40 +01:00
Leonid Shvechikov 1018330cea Tiny fix of the indefinite article before "RQ"
"An" should be used here because "RQ" sounds like "ar-kiu".
2015-02-01 10:37:21 +03:00
anatoly techtonik 79f169734a README.md: Fix Rescue URL 2014-09-17 13:53:30 +03:00
Vincent Driessen 85badaf4a0 Indicate required Redis version in README. 2014-09-08 13:25:41 +02:00
Vincent Driessen 1bebe85c3a Add badge with number of monthly downloads. 2014-07-25 12:41:18 +02:00
Vincent Driessen 36ac9a5209 Add coverage reporting for RQ. 2014-07-24 23:27:32 +02:00
Vincent Driessen fe8efbcf27 Remove extra paragraph. 2014-07-23 13:10:45 +02:00
Vincent Driessen 8aa7ce2042 Add high-res (SVG) build status icon. 2014-07-23 13:10:12 +02:00
Vincent Driessen e1d134e64d Add Python 3 support state badge. 2014-07-23 13:09:09 +02:00
Vincent Driessen 6b075f6cb7 Add comment to the README. 2012-08-04 09:18:46 +02:00
Vincent Driessen f3890c85a0 Reformat Markdown for Python highlighting. 2012-08-03 15:04:18 +02:00
Vincent Driessen 4d2157cdb5 Add the same treatment to the README file. 2012-08-03 13:20:19 +02:00
Vincent Driessen b0a42f4e25 Add Travis CI configuration file. 2012-07-18 09:32:36 +02:00
Vincent Driessen b8430ffc0f Don't use 'from rq import *'. 2012-05-21 08:13:58 +02:00
Vincent Driessen bbfe621bd1 Mention python-requests.org, for completeness sake. 2012-04-02 08:37:47 +02:00
Vincent Driessen 42c3b593f9 Fix typo in basic example. 2012-04-02 00:33:44 +02:00
Vincent Driessen ccc9abd8fa Fix wording. 2012-03-28 10:57:01 +02:00
Vincent Driessen 166a79a0fd Fix documentation URL. 2012-03-28 10:53:24 +02:00
Vincent Driessen 506f7c9e17 Fix incorrect API call in the README example. 2012-03-28 10:52:12 +02:00
Vincent Driessen f47398a754 Ditch false code size claim. 2012-02-22 10:52:39 +01:00
Vincent Driessen abc66171eb Simplify the count_words_at_url example.
The long implementation derived attention a bit from the actual point of
enqueuing here.
2012-02-13 13:57:36 +01:00
Vincent Driessen 373aeb214e Getting the facts right here. 2011-11-26 13:46:22 +01:00
Vincent Driessen 767ad519c2 Fix code 2011-11-26 13:10:04 +01:00
Vincent Driessen 4eb8425acc Copy-paste README doc from gh-pages. 2011-11-26 09:31:59 +01:00
Vincent Driessen d780c929c0 Change semantics of work(). Add work_burst().
work() will now start the worker run loop, and work_burst() now leads to
the burst-then-quit behaviour.
2011-11-17 22:39:53 +01:00
Vincent Driessen ced001cbb9 Update README with some project values. 2011-11-16 00:53:56 +01:00
Vincent Driessen 652ced2580 Add sources of inspiration. 2011-11-16 00:37:59 +01:00
Vincent Driessen f15f6d7843 Fix terminology. 2011-11-15 23:31:53 +01:00
Vincent Driessen 83e29ca987 Document how to start a worker. 2011-11-15 23:00:55 +01:00
Vincent Driessen 22f3da1832 Update README (and example). 2011-11-15 22:45:51 +01:00