I wrote a Python script which I want to execute every 2 minutes. The script basically exports data and writes it into a .json file. Another script reads the data later and imports them into another system.
My question is, how can I execute the program every 2 minutes... I don't have any PHP skills, so I can't "translate" the program and create a simple cronjob on my webserver.
Is it possible with a Managed Server with Microsoft Server 2019? Or is there any other possibility to do this?
Thank you in advance :-)