how to schedule the shell script using Google Cloud Shell?

后端 未结 3 848
迷失自我
迷失自我 2021-01-01 07:22

I have a .sh file that is stored in GCS. I am trying to schedule the .sh file through google cloud shell.

I can run the same file using gsutil cat gs://miptest

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-01 08:02

    You can also use the Cloud Scheduler product https://cloud.google.com/scheduler which is a serverless managed Cron like scheduler.

提交回复
热议问题