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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Heroku equivalent for cheap intermittent jobs?

1 点作者 strangecasts4 个月前
I&#x27;m running what&#x27;s essentially a quote-of-the-day bot, which retrieves a text from a queue on a regular schedule, and submits it to another service over an HTTPS API.<p>Since my free Azure credits have expired, I&#x27;m looking for a cheap place to run a very small Python script intermittently, with access to some form of persistent storage.<p>My patience for being my own sysadmin is steadily decreasing, so I&#x27;d rather not run it at home or on a manually managed VPS if I can help it - ideally I&#x27;d like something like Azure&#x27;s Container App Job system, but on a fixed monthly charge rather than a pay-as-you-go system.<p>Does such a service exist?

2 条评论

toomuchtodo4 个月前
Could Cloudflare Workers and R2 do this? There is a generous free tier, and on the paid plan, I cannot see you paying more than $5&#x2F;month for this use case.<p><a href="https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;workers&#x2F;platform&#x2F;pricing&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.cloudflare.com&#x2F;workers&#x2F;platform&#x2F;pricing&#x2F;</a><p>(no affiliation)
评论 #42684997 未加载
ChrisArchitect4 个月前
err... what&#x27;s wrong with Heroku?<p>But also, maybe GitHub + GitHub Actions
评论 #42684980 未加载