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
I am trying to implement Asynchronous Azure Function App using python. When I am testing the simple code with load noticing a larger time gap in execution start time and program start time. Below mention main two components are there in the code -
Connection with Postgres DB object.
One loop which is taking around 200ms time.
Let me know how to solve this problem
The text was updated successfully, but these errors were encountered:
I am trying to implement Asynchronous Azure Function App using python. When I am testing the simple code with load noticing a larger time gap in execution start time and program start time. Below mention main two components are there in the code -
Let me know how to solve this problem
The text was updated successfully, but these errors were encountered: