Search code examples
hadoopcronapache-nifi

Nifi processor cron based scheduling


Below is the syntax I have tried with 0 30 0 * * ? or 0 30 1 * * ?, which should run at 12:30 or 1:30 midnight respectively.

Also I have tired running the flow with cron in nifi for every 20 minutes duration, it worked perfectly.

But we want it to be run, daily once at particular time as mentioned above example (0 30 0 * * ? or 0 30 1 * * ?).

But it is not working. can anyone please guide.

Thanks.


Solution

  • Ahmed,

    You have use below cron expression to run processor daily at 12:30PM

    0 30 12 1/1 * ? *
    

    Check it here:http://www.cronmaker.com/