No more Googling for Cron syntax — I’d argue that most projects I’ve worked on over the years all have eventually included a periodic task of some sorts; daily reminder email, overnight processing task, polling an API that doesn’t provide a web hook etc. With Ruby the answer was always a cron job that would invoke a…