Skip to main content
Question

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

  • December 24, 2021
  • 1 reply
  • 89 views

Ram
Fan

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

wilsonshamim
StreamSets Employee
Forum|alt.badge.img+1
  • StreamSets Employee
  • 25 replies
  • December 24, 2021

Hi @Ram :

 

can you try  0/15 * * * ? *

let me know if this helps


Reply