cronapache-nifi

Nifi processor cron based scheduling


Here 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 am tired of running the flow with cron in NiFi every 20 minutes, but it worked perfectly.

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

But it is not working. can anyone please guide me?


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/