I'm running a Django server in a Windows VM in the Azure portal.
I'm running Windows server 2019 8 GB ram and 4 virtual processors.
The Server has a 10-30 request per minute, and the main function is to parse a file in an external software using pyautogui
to
interact with the buttons of the external software.
Since I'm using that library I have to have the connection always open in another VM. but this last never get restarted running the same Django server (with the difference that this not receive requests)
the Event Viewer of windows never has any insight about the issue... so I would like to know if any of you have faced something similar?
It would be very helpful any help. I have had this issue a long long time ago and right now the only solution is having a status bot to check the server availability and knowing when i have to restart it.