I am using Nifi CRON Driven scheduling. I am using 0 0 17 * * ? . This is supposed to run everyday at 5 PM. But Surprisingly it runs every alternate day at 5 PM. Please help me.
Ideally, it should run every day at 5 pm. Please, can you check the NIFI app logs of 2 consecutive days and see the log entry at that time. Else paste those error trace here for further analysis.
The Nifi logs messed up. I can see that CRON job is not at triggered every day. I mean, suppose if the CRON is run on 23-11-2019, then 24-11-2019 the job itself is not triggered. I don't know why ?