Hello,
As per the docs, IgniteScheduler allows you to include the special prefix {n1,
n2} in the cron string where n1 is “delay of scheduling in seconds”. Could
someone on the development team elaborate on what that means, exactly? Is n1
essentially trying to add a “seconds” field to the cron string (it seems not, I
haven’t observed a seconds delay on subsequent firings that occur on specific
minutes, they always start on the minute). Or does it just delay submission to
the scheduler for the specified number of seconds?
Thanks.