Live data from Hacker News

Job Scheduling as a service

news.ycombinator.com

1–3 of 3 posts

Job Scheduling as a service

#1
Is 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