I have a python3 based command line script which does the job of report generation for services running online. I am able to successfully schedule it as a cronjob using crontab and some shell script to run that script on weekly basis. But now, I wish to update and make this script run as a cronjob on gcloud. Can you provide me any ideas or references, from where I will be able to achieve that?
Note that platform is restricted to google cloud only.
Thanks!