Show HN: Cronit – Online Cronjobs
cronit.app
Show HN: Cronit – Online Cronjobs
1–10 of 12 posts
Re: Show HN: Cronit – Online Cronjobs
#2Re: Show HN: Cronit – Online Cronjobs
#3I think you can improve the landing page, I have no idea how long the job timeout is and "Limited" vs "Full" features is way too ambigiuous.
Re: Show HN: Cronit – Online Cronjobs
#4Re: Show HN: Cronit – Online Cronjobs
#5Re: Show HN: Cronit – Online Cronjobs
#6Fyi: the cron.it domain appears to be available
Re: Show HN: Cronit – Online Cronjobs
#7Re: Show HN: Cronit – Online Cronjobs
#8I think you can improve the landing page, I have no idea how long the job timeout is and "Limited" vs "Full" features is way too ambigiuous.
Yeah I second this. Also to try one would need to login, which I think would make a lot of people leave before knowing what the product is about
Re: Show HN: Cronit – Online Cronjobs
#9Observation: Online cron jobs are not unlike online containerized web services (both involve running code) -- the difference is in the invocation event -- online web services are typically invoked in response to an HTTP (or other protocol) request, online cron jobs are invoked in response to a timer event, that is, in response to a specific, pre-scheduled, time.
So we have both request-based and pre-scheduled time-slot based -- invocation methods...
In theory there could be online code invocation -- based on a series of user-defined events and/or conditions... sort of like "if the time is X" and "the temperature in Siam is 52 degrees" and "Our shipping partner in the far east has just shipped 50,000 widgets" -- then send them an email... or invoke some code which does something like that...
Or perhaps, a connected web search just returned a new web page containing specific search terms -- now run some code to process that page in some way, and return the results formatted to some format...
The possibilities are endless...
Observation: There's not just code that lives online -- but there are all sorts of conditions, other than http requests and pre-scheduled time slots -- that could cause code to be invoked, for one reason or another...
Perhaps there's a future business for creating a control panel for users to invoke their online code -- in response to different types of events/sets of conditions -- occuring in the real and/or digital world...
Anyway, once again, great idea for online cron jobs -- and I wish you all of the success in the world with your business!
Re: Show HN: Cronit – Online Cronjobs
#10What a brilliant, yet simple, yet brilliant idea! Observation: Online cron jobs are not unlike online containerized web services (both involve running code) -- the difference is in the invocation event -- online web services are typically invoked in response to an HTTP (or other protocol) request, online cron jobs are invoked in response to a timer event, that is, in response to a specific, pre-scheduled, time. So we…