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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace Celery to Prefect

50Bytes-dev opened this issue · comments

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

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