wip: feat(cron in new config): added parser

wip: fix: remove unreachable code
wip: test cron
This commit is contained in:
2024-01-04 22:55:16 +00:00
parent 6dd0a8007c
commit 006f8278d7
3 changed files with 158 additions and 7 deletions

View File

@@ -49,5 +49,4 @@ func convertSchedule(cfg config.CronTimeSpec) task.CronTimeSpec {
}
panic("invalid conversion")
return nil
}