You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function worker needs to detect if the user function is multiprocess and create an event loop, and call the function with asyncio.run or something of that nature. This might require our sdk to have async interfaces as well. That needs to be explored.
The text was updated successfully, but these errors were encountered:
Currently functions in graph has to be synchronous -
This is a problem because people might want async functions for functions that does IO.
The function worker needs to detect if the user function is multiprocess and create an event loop, and call the function with
asyncio.run
or something of that nature. This might require our sdk to have async interfaces as well. That needs to be explored.The text was updated successfully, but these errors were encountered: