Why is my python timer trigger function not running at the correct time?
问题 this is probably a noob question. I have an Azure Function that responds to HTTP requests and it works fine, I can call it from a browser or from a Python 3.8 script. I want to make another function that will have Timer Trigger and will call the HTTP trigger function on a schedule. HTTP Trigger function returns a simple string with execution results. Now my code for Timer trigger function is using Python Requests and it works locally every time, but will work only 1/10 times when deployed to