免费 Ruby 计划任务(脱轨)托管?
我有一些简单的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不知道免费的,但有 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.
尝试使用 http://callmyapp.com
Try using http://callmyapp.com
你能在家里设置一台永远在线的机器吗?它可能与通过免费层提供商托管它一样可靠。
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.