I noticed that when configuring a processor using the following CRON "0 0/10 * * * ?" , that instead of the processor being scheduled to run every 10 minutes on the hour like this :
xx:00 xx:10 xx:20 xx:30 xx:40 xx:50 That it is in fact scheduled twice every 10 minutes at : 12/19/2016 00:09:59.971 UTC 12/19/2016 00:10:00.000 UTC and at 12/19/2016 00:19:59.988 UTC 12/19/2016 00:20:00.000 UTC Is there something wrong with my cron definition ? -- View this message in context: http://apache-nifi-users-list.2361937.n4.nabble.com/NiFi-Cron-scheduling-tp481.html Sent from the Apache NiFi Users List mailing list archive at Nabble.com.
