mirror of https://github.com/rq/rq.git
updated readme with link to monitoring dashboards (#1274)
* updated readme with link to monitoring dashboards * added links to more rq related projects
This commit is contained in:
parent
73506b26fc
commit
2fdff2471c
11
README.md
11
README.md
|
@ -85,6 +85,17 @@ If you want the cutting edge version (that may well be broken), use this:
|
|||
pip install -e git+https://github.com/nvie/rq.git@master#egg=rq
|
||||
|
||||
|
||||
## Related Projects
|
||||
|
||||
Check out these below repos which might be useful in your rq based project.
|
||||
|
||||
- [rq-dashboard](https://github.com/Parallels/rq-dashboard)
|
||||
- [rqmonitor](https://github.com/pranavgupta1234/rqmonitor)
|
||||
- [django-rq](https://github.com/rq/django-rq)
|
||||
- [Flask-RQ2](https://github.com/rq/Flask-RQ2)
|
||||
- [rq-scheduler](https://github.com/rq/rq-scheduler)
|
||||
|
||||
|
||||
## Project history
|
||||
|
||||
This project has been inspired by the good parts of [Celery][1], [Resque][2]
|
||||
|
|
Loading…
Reference in New Issue