Created a small cron job library that will manage your created jobs with the proper usecases and configurations that will guarantee no panics in your runtime.
As shown inside the test directory I have created a small example of a cron job that uses the functionalities of my cron library. All you need to do create your proper base structure of the cron based on the jobs.Cron structure and implement your logic according to it.