Golang and Cron Jobs: Simplify Your Task Scheduling
What are cron jobs?
Cron jobs also known as time based jobs , are automated processes that perform a certain task at a predefined time interval.Cron jobs are handled by “cron daemon” called crond, which handles the execution of these tasks.
Working o...
sundaram.dev5 min read