This is a library for scheduling your flow function as a cron job in test.flows.network.
Usage example
use schedule_cron_job;
use send_message_to_channel;
In run()
the schedule_cron_job
will create a cron job that will run daily at 8:50 UTC.
When the cron job is evoked, the callback closure will be called and we send body to the Slack.
The whole document is here.