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
It would be good to also validate the behavior of async activity functions to see if they allow running more activity functions concurrently within a single app instance. For example, by default you can only run one Python function per language worker. However, if the functions are async, does that allow us to run many concurrently, and up to the configured maxConcurrentActivityFunctions limit?
First discussed here: #241
We should validate if
async
activity functions are correctly supported in the SDK.The text was updated successfully, but these errors were encountered: