Simple lightweight efficient runtime-agnostic async task scheduler with cron expression support
Scheduled jobs block the executor when they are executing, so it's best to keep their execution short. It's recommended practice to either spawn tasks onto an executor, or send messages from a channel. The good news is that each job being executed has a unique ID associated with it, which you can use for tracking specific tasks.
Licensed under the Mozilla Public License 2.0.
Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).