agenda/agendash

Simple Way to Disable Immediate Execution on "Repeat Every"

Opened this issue · 2 comments

I'm not sure why all repeating agendas are set, by default, to also execute immediately, but in our use case this is not desired. I've been trying to locate the code where I could basically pass in { skipImmediate: true } to prevent this behavior. Where in the codebase should I pass this argument via "options", so as to reverse this default behavior? Thanks!

You should probably provide a code sample on StackOverflow rather than slowing the developer down with a question about how to use the API.

@Ademo13 check out

job.repeatAt(jobSchedule);