ovh / celery-director

Simple and rapid framework to build workflows with Celery
https://ovh.github.io/celery-director/
BSD 3-Clause "New" or "Revised" License
534 stars 58 forks source link

Move from Fask to FastAPI ? #139

Closed PaulinCharliquart closed 2 years ago

PaulinCharliquart commented 2 years ago

hi,

FastAPI is a nice tool to build API services with documentation.

Some of advantages:

Are you interested by switching to FastAPI?

Thanks, Paulin

ncrocfer commented 2 years ago

Hi,

Indeed FastAPI is a modern and nice framework, but no we don't plan to to switch to this framework (because FastAPI is a great framework, but there are others too ^^).

Do you see a recurring problem solved by FastAPI with no available Flask extensions that could also solve it?

PaulinCharliquart commented 2 years ago

no specific ones right now. Just wanted to hear your opinion on this.

ncrocfer commented 2 years ago

Ok :) So let's keep Flask, it works well ;)