Hi, I think you need to have a minimum of 6 fields (and optionally 7). I also think the cron definition below would be executed 60 times (every second due to the "*") every 10 minutes (due to the "0/10").
60 times from xx:10:00 to xx:10:59 60 times from xx:20:00 to xx:20:59 ... But even with this cron I'm seeing a duplicate when the schedule kicks in 12/19/2016 07:40:00.000 UTC 12/19/2016 07:39:59.972 UTC Joe Percivall wrote > Hello, > > Based on this[1] SO question, I believe you need to change your CRON > schedule to be "* */10 * * *". > > [1] > http://stackoverflow.com/questions/10401344/quartz-cron-trigger-runs-twice -- View this message in context: http://apache-nifi-users-list.2361937.n4.nabble.com/NiFi-Cron-scheduling-tp481p486.html Sent from the Apache NiFi Users List mailing list archive at Nabble.com.
