diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80fbe38..1af3f13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,4 @@ jobs: ruby-version: 3.0 - run: gem install awesome_bot # - run: awesome_bot README.md --allow 302,307 --allow-ssl --allow-dupe --white-list "linode.com" - - run: awesome_bot README.md --allow 302 --white-list "linode.com","https://europython.eu/","https://twitter.com/PalletsTeam" + - run: awesome_bot README.md --allow 302 --white-list "linode.com","https://europython.eu/","https://twitter.com/PalletsTeam","https://www.reddit.com/r/flask/" diff --git a/README.md b/README.md index 0db8c16..f2952bb 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ - [Celery](https://docs.celeryproject.org/) - The most commonly used Python library for handling asynchronous tasks and scheduling. - [Dramatiq](https://flask-dramatiq.rtfd.io/) - Fast and reliable alternative to Celery. -- [Flask-RQ](https://github.com/mattupstate/flask-rq) - [RQ](https://python-rq.org/) (Redis Queue) integration. +- [Flask-RQ](https://github.com/pallets-eco/flask-rq) - [RQ](https://python-rq.org/) (Redis Queue) integration. - [Huey](https://huey.readthedocs.io) - [Redis](https://redis.io/)-based task queue that aims to provide a simple, yet flexible framework for executing tasks. ### Utils