免费 Ruby 计划任务(脱轨)托管?

发布于 2024-11-28 10:09:53 字数 340 浏览 0 评论 0原文

我有一些简单的 Ruby 脚本作为后台作业运行。它们处于无限 while 循环中来监视外部数据库的更改。有人可以推荐一个可以免费启动的托管提供商吗?

我查看了 AWS,EC2 微型实例实际上非常适合第一年。第一年之后还有什么同等的事情吗?

然后我看着 Heroku。在 Rails 框架中使用 Delayed Job 似乎是一种黑客行为,而且有点矫枉过正。

只要我愿意将 Ruby 脚本重写为 Python,Google App Engine 也是一个不错的选择。

有关我的项目的更多背景信息。我正在使用 CouchDB + CouchApp。它需要一些外部脚本来监控新用户注册并发送忘记密码电子邮件。

I have some simple Ruby scripts to run as a background job. They are in an infinite while loop to monitor external database changes. Can someone recommend a hosting provider that can do it for free to start?

I looked at AWS and the EC2 micro instance is actually a good fit for the first year. Anything equivalent beyond the first year?

Then I looked at Heroku. It seems a hack and overkill to use Delayed Job in the Rails framework.

Google App Engine is also a good fit as long as I am willing to rewrite my Ruby scripts to Python.

More background on my project. I am using CouchDB + CouchApp. It requires some external scripts to monitor new users sign up and send out forget password emails.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

过潦 2024-12-05 10:09:53

我不知道免费的,但有 SimpleWorker,它可以让你卸载进程(显然也可以安排它们) !)到他们的云基础设施。

I don't know about free, but there is SimpleWorker, which lets you offload processes (and apparently schedule them too!) to their cloud infrastructure.

-黛色若梦 2024-12-05 10:09:53

你能在家里设置一台永远在线的机器吗?它可能与通过免费层提供商托管它一样可靠。

Are you able to set up an always on machine at your house? It's probably going to be just as reliable as hosting it with a free tier provider.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文