I need help in configuring my Google Cloud Scheduler. I need the scheduler to run daily every 4 hours starting from 8 am to 8 pm. Can anyone please help me figure out how to achieve this frequency?
Asked
Active
Viewed 1,406 times
-1
-
Read the documentation please, it's clearly explained there. – ahmet alp balkan Aug 11 '20 at 08:02
-
https://cloud.google.com/scheduler/docs/quickstart there you can find a quickstart guide – Jaroslav Aug 11 '20 at 14:35
1 Answers
2
You can do this
0 8,12,16,20 * * *
Run at
- 8.00 am
- 12.00 pm
- 4.00 pm
- 8.00 pm

guillaume blaquiere
- 66,369
- 2
- 47
- 76