Job Scheduling as a service
https://news.ycombinator.com/item?id=15738795Is there any product that will allow us to schedule via an api , and then if the time is triggered then it should call the destination via webhook(with payload preferably )
Right now we are using quartz scheduler which has more configuration (Including Mysql Connection ) .
Cons are 1) Does not have an admin UI 2) No reporting or history of jobs
Thanks