Ask HN: Any interest in this API as a service?
I put this together to use for a couple of personal projects and thought I'd see if there's any interest in something like this as a pay service.
It's essentially a hosted REST-like API for job scheduling - give it a cron expression or a single time in the future and it notifies the application by HTTP/S callback at the appropriate moment(s). You can provide an arbitrary payload to be delivered along with the callback containing identifying state.
I'm using it mostly for scheduling test executions and user lifecycle management, but I imagine it could be useful for quite a bit more.
So, is there any demand for this? If so, perhaps I'll take part in the launch-in-November push going on now.
I threw together a document on the API with more details - comments welcome!
http://job-scheduler.info/
4 comments
[ 3.4 ms ] story [ 23.6 ms ] threadBut, given the lack of interest I wonder if it's just not something most startups think they need?
Me either, which is of course part of what I was hoping to get some insight about from the discussion here.
I've some ideas about what I would have been happy to have found when I was starting projects, e.g. a simple hosted API for user lifecycle management, but little evidence so far to support viability as paid services.
Well, I suppose I'll just have to launch them and find out, then.