Search code examples
google-cloud-platformcron

How to run every 10 seconds in GCP Cloud Scheduler


What would be a correct syntax for the Cloud Scheduler Frequency field to run it every 10 seconds?

I've been using https://crontab.guru/ but it seems to be missing the seconds and starts with minutes, hours and etc.


Solution

  • Google Cloud Scheduler does not support seconds. The smallest scheduling interval is one minute.