I’m looking for a cron like scheduler written in Julia
(something comparable to APScheduler or sched or schedule for Python)
I haven’t found it in the Julia ecosystem… but maybe someone here know a package like this.
Any help is welcome
Thanks @ggggggggg but I was looking for a higher level approach of the problem of scheduling events.
Being able to parse cron syntax could be a nice feature on top of that