https://kedro.org/ logo
#questions
Title
# questions
r

Rachid Cherqaoui

07/19/2023, 9:29 AM
Hello, I have a problem in relation to the execution time of my kedro project, in fact, when I execute it with
kedro run --async
, it takes less time (significant) compared to when I use the
KedroSession.create().run()
with FastAPI (knowing that in my post function I made the
async def
) my question is how can I use the
async
argument with
kedrSession
that it is at the level of
hooks
or otherwise, thank you in advance.
d

Deepyaman Datta

07/19/2023, 1:32 PM