Hi!
I find myself wanting a decorator like @repeat_at(cron="0 0 13 * * *") to run the task at 1 pm every day, if I where to implement something like that would you consider merging it to this repo?
probably using croniter for the parsing and just getting the numbers of seconds to sleep and just using the same logic as repeat_every
Hi!
I find myself wanting a decorator like @repeat_at(cron="0 0 13 * * *") to run the task at 1 pm every day, if I where to implement something like that would you consider merging it to this repo?
probably using croniter for the parsing and just getting the numbers of seconds to sleep and just using the same logic as repeat_every