Azure Function App – frequent hang and deadlocks
I am writing a Azure Function App with Python SDK that has multiple Timer Triggers. Each of those timer triggers pull all users or groups from Microsoft Entra ID with a help of msgraph api and writes them to a Postgres DB also hosted on Azure. As I briefly described in title, my Function App gets frequent hang and deadlock errors displayed in “Resource & Health” tab (every 2-3 days once). We are on EP1 App Service Plan.