I'm hoping to find suggestions for a service to manage periodic jobs.<p>Working on a side project which runs periodic jobs, I found that I'm building out quite a bit of infrastructure to feed the periodic events: handling payments, launching jobs at regular intervals, retrying failed jobs, handling notifications around failed jobs, generating reports on job success, etc.<p>All these individual areas have good solutions, but tying them all together in the pattern of "managing events at run regular intervals" seems generic enough that someone may have put this together as a service.