How to schedule python script in google cloud without using cron jobs?
I have two python scripts running once a day in my local environment. One is to fetch data and another is to format it. Now I want to deploy those scripts to Google's cloud environment and run those once/twice a day. Can I do that using Google Cloud Function or do I need App Engine? Why NO cron job: Because I don't want my system/VM to run whole day (when not in use). Can I use Cloud Composer to achieve that? You can use Google Cloud Scheduler which is a fully managed enterprise-grade cron job scheduler. It allows you to schedule virtually any job, including batch, big data jobs, cloud