Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgk committed Aug 1, 2015
1 parent 9f07e47 commit 00c239b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/mgk/rq-retry.svg?branch=master)](https://travis-ci.org/mgk/rq-retry)
[![Coverage Status](https://coveralls.io/repos/mgk/rq-retry/badge.svg?branch=master&service=github)](https://coveralls.io/github/mgk/rq-retry?branch=master)

# RQ Retry

[RQ Retry](https://github.com/mgk/rq-retry) is a package that adds retry functionality to the [RQ](http://python-rq.org/) queueing system. It can retry failed jobs immediately or optionally schedule them to retry after a delay using [RQ Scheduler](https://github.com/ui/rq-scheduler).
[![Coverage Status](https://coveralls.io/repos/mgk/rq-retry/badge.svg?branch=master&service=github)](https://coveralls.io/github/mgk/rq-retry?branch=master)

## Installation

Expand Down Expand Up @@ -48,14 +48,12 @@ This means that `RetryWorker` failed job handling is only performed when the `Re

## Developing

Pull requests welcome.

Getting started:

```console
git clone [email protected]:mgk/rq-retry.git
cd rq-retry
make install
make test
make coverage
... hack ...
... send pull request ...
make install test
```

## License
Expand Down

0 comments on commit 00c239b

Please sign in to comment.