jonra1993 / fastapi-alembic-sqlmodel-async

This is a project template which uses FastAPI, Pydantic 2.0, Alembic and async SQLModel as ORM. It shows a complete async CRUD using authentication and role base access control.
MIT License
877 stars 142 forks source link

Replace Celery to Prefect #95

Open 50Bytes-dev opened 1 month ago

50Bytes-dev commented 1 month ago

How about replacing Celery with Prefect? I find Prefect more suitable for this build and it is in many ways more convenient than Celery. At least Prefect supports asyncio

jonra1993 commented 1 month ago

Hello @50Bytes-dev thanks for this proposal I am going to check in more detail how Perfect can be integrated.