I was trying to add CRON jobs and found no guide. So here are the steps I followed
mkdir cron && cd cron
Creates directory and change into it.git init
New git initialization.touch captain-definition
Creates new captain config file.- In captain-definition add folowing code. It'll loads jobber image which works fine even if deprecated. We just need it to run a task in a schedule.