* create a struct for cron like
cron = {
  daily = {
    minute =>
    hour =>
  }
  monthly = {
    minute => 
    hour =>
  }
}