Closed igrep closed 10 months ago
That seems reasonable. I'm swamped, so I'll accept an MR if you want to go ahead and expose that.
I could really use this function, too.
I'd like to be able to write an alternative to execSchedule
that doesn't just print errors to stdout
and keep running. To do that, I need to be able to call forkJob
.
I know this package is just "data structure and parser" by definition, but found the scheduling feature is useful. So I want to reuse it for one of my applications which parses the schedule specification in a different format. In such a use case,
addJob
,runSchedule
, etc are unnecessary: callingforkJob
directly withJob
s parsed by the application is sufficient and more efficient. Can you exposeSystem.Cron.Schedule.forkJob
?