51 Commits (7bf100ebe794179847b774f458857fb3bc6234c2)

Author SHA1 Message Date
Selwin Ong f3c86c02c6 Bump version to 1.5.0 4 years ago
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>
5 years ago
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
5 years ago
Selwin Ong 2baef02dbd
Update README.md 6 years ago
Selwin Ong 98fa81873b
Update README.md 6 years ago
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
6 years ago
Selwin Ong ce94d6e3a9
Added codecov badge 7 years ago
Selwin Ong 95f80ff4fe
Updated TravisCI badge 7 years ago
Selwin Ong 17df38badb
Remove caniusepython3 badge 7 years ago
greenmoon55 db491651f0 Fix README
Fix badge and rename 'result' to 'job'
7 years ago
david watson 2d7e1c43f0 Fix pip install from HEAD of origin/master
The pip install -e directions didn't work. This does.
8 years ago
orangain b92bea9398 Update outdated sample codes in README.md
* Use explicit connection management instead of `use_connection()`.
* Use `rq worker` instead of `rqworker`.
9 years ago
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
10 years ago
Jiangge Zhang 2773464a2b Use shields.io instead of pypip.in. 10 years ago
Vincent Driessen c6f7978464 Fix non-truth in README. 10 years ago
Leonid Shvechikov 1018330cea Tiny fix of the indefinite article before "RQ"
"An" should be used here because "RQ" sounds like "ar-kiu".
10 years ago
anatoly techtonik 79f169734a README.md: Fix Rescue URL 10 years ago
Vincent Driessen 85badaf4a0 Indicate required Redis version in README. 10 years ago
Vincent Driessen 1bebe85c3a Add badge with number of monthly downloads. 11 years ago
Vincent Driessen 36ac9a5209 Add coverage reporting for RQ. 11 years ago
Vincent Driessen fe8efbcf27 Remove extra paragraph. 11 years ago
Vincent Driessen 8aa7ce2042 Add high-res (SVG) build status icon. 11 years ago
Vincent Driessen e1d134e64d Add Python 3 support state badge. 11 years ago
Vincent Driessen 6b075f6cb7 Add comment to the README. 13 years ago
Vincent Driessen f3890c85a0 Reformat Markdown for Python highlighting. 13 years ago
Vincent Driessen 4d2157cdb5 Add the same treatment to the README file. 13 years ago
Vincent Driessen b0a42f4e25 Add Travis CI configuration file. 13 years ago
Vincent Driessen b8430ffc0f Don't use 'from rq import *'. 13 years ago
Vincent Driessen bbfe621bd1 Mention python-requests.org, for completeness sake. 13 years ago
Vincent Driessen 42c3b593f9 Fix typo in basic example. 13 years ago
Vincent Driessen ccc9abd8fa Fix wording. 13 years ago
Vincent Driessen 166a79a0fd Fix documentation URL. 13 years ago
Vincent Driessen 506f7c9e17 Fix incorrect API call in the README example. 13 years ago
Vincent Driessen f47398a754 Ditch false code size claim. 13 years ago
Vincent Driessen abc66171eb Simplify the count_words_at_url example.
The long implementation derived attention a bit from the actual point of
enqueuing here.
13 years ago
Vincent Driessen 373aeb214e Getting the facts right here. 13 years ago
Vincent Driessen 767ad519c2 Fix code 13 years ago
Vincent Driessen 4eb8425acc Copy-paste README doc from gh-pages. 13 years ago
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.
13 years ago
Vincent Driessen ced001cbb9 Update README with some project values. 13 years ago
Vincent Driessen 652ced2580 Add sources of inspiration. 13 years ago
Vincent Driessen f15f6d7843 Fix terminology. 13 years ago
Vincent Driessen 83e29ca987 Document how to start a worker. 13 years ago
Vincent Driessen 22f3da1832 Update README (and example). 13 years ago
Vincent Driessen 0459134df3 Update header style. 13 years ago
Vincent Driessen ca99cd911a Doc changes. 13 years ago
Vincent Driessen 56fc74118e Get rid of the formal definition. We're not a lawyer agency here. 13 years ago
Vincent Driessen 5c4163400e Update README.md 13 years ago
Vincent Driessen 5be9a41f3d Getting the facts right, here. 13 years ago
Vincent Driessen 9b51083fd2 Add example and README updates. 13 years ago