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:
Pranav Gupta 2020-06-28 16:51:16 +05:30 committed by GitHub
parent 73506b26fc
commit 2fdff2471c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -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]