Hello, I have a problem in relation to the executi...
# questions
r
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