Closed joamag closed 7 months ago
Add support for a Cron-like Scheduler that can easily handle the schedule of simple tasks regularly.
Scheduler
This feature has the potential to greatly simplify the way regular job handling is done within the Appier context.
The solution should expose an interface similar to:
def schedule(self, task: function, cron: string): pass
Description
Add support for a Cron-like
Scheduler
that can easily handle the schedule of simple tasks regularly.This feature has the potential to greatly simplify the way regular job handling is done within the Appier context.
Implementation
The solution should expose an interface similar to: