You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: