TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Cronit – Online Cronjobs

16 点作者 aclarembeau将近 3 年前

3 条评论

zoover2020将近 3 年前
I 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.
评论 #32375413 未加载
peter_d_sherman将近 3 年前
What a brilliant, yet simple, yet brilliant idea!<p>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.<p>So we have both request-based and pre-scheduled time-slot based -- invocation methods...<p>In theory there could be online code invocation -- <i>based on a series of user-defined events and&#x2F;or conditions...</i> sort of like &quot;if the time is X&quot; and &quot;the temperature in Siam is 52 degrees&quot; and &quot;Our shipping partner in the far east has just shipped 50,000 widgets&quot; -- then send them an email... or invoke some code which does something like that...<p>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...<p>The possibilities are endless...<p>Observation: There&#x27;s not just code that lives online -- but <i>there are all sorts of conditions, other than http requests and pre-scheduled time slots</i> -- that could cause code to be invoked, for one reason or another...<p>Perhaps there&#x27;s a future business for creating a <i>control panel for users to invoke their online code</i> -- in response to different types of events&#x2F;sets of conditions -- occuring in the real and&#x2F;or digital world...<p>Anyway, once again, great idea for online cron jobs -- and I wish you all of the success in the world with your business!
评论 #32380312 未加载
unsignednoop将近 3 年前
Fyi: the cron.it domain appears to be available
评论 #32375549 未加载