-
Quart, the ASGI version of Flask, also has [background tasks](https://quart.palletsprojects.com/en/latest/how_to_guides/ba...) and there is an extension [Quart-Tasks](https://github.com/pgjones/quart-tasks) to run them on a schedule. Via
@tasks.cron("*/5 * * * *") # every 5 minutes
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
In addition [Hypercorn](https://github.com/pgjones/hypercorn) (a ASGI and WSGI) also does not use gunicorn, having migrated many years ago.
-
-
aiodrf
Asynchronous Django Rest Framework ViewSets, Serializers, Paginations, PostgreSQL (psycopg) connections and more.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Quart: An async Python micro framework for building web applications
-
How does a single running instance of a Flask application handle multiple requests at once? Is it all async or multithreaded? Or handled by the webserver (NGINX, gunicorn, etc)?
-
Quart: An async Python micro framework for building web applications
-
hypercorn VS tremolo - a user suggested alternative
2 projects | 12 Jul 2024 -
uvicorn VS tremolo - a user suggested alternative
2 projects | 11 Jul 2024