Question

what is the cron expression if i want to run the pipeline for every 15 mins

  • 24 December 2021
  • 1 reply
  • 89 views

We are using cron scheduler , for which we have to give the cron expression .

As per our requirement pipeline has to run for every 15 mins

is the below cron expression is correct for the pipeline to run for every 15 mins.

if not please suggest the changes

 

Cron expression used in the pipeline : 0 /15 * * * * *

 

but when i do the test run pipeline it is not working, can anyone explain how cron scheduler works and mentioned above cron expression is correct or not


1 reply

Userlevel 2
Badge +1

Hi @Ram :

 

can you try  0/15 * * * ? *

let me know if this helps

Reply