Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
151 stars 63 forks source link

The load execution start time and program start gap is large - Azure Function APP #180

Open Nilabrata opened 1 year ago

Nilabrata commented 1 year ago

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 -

  1. Connection with Postgres DB object.
  2. One loop which is taking around 200ms time.

Let me know how to solve this problem

YunchuWang commented 1 year ago

@Nilabrata thanks for reporting this issue. Can you share the code snippets and we will take a further look?