【发布时间】:2023-03-16 18:10:01
【问题描述】:
我使用的是 Rails 4.2.7。我想用 Heroku 托管我的应用程序,所以我首先决定创建一个免费的爱好帐户,看看一切是如何运作的。我想创建一个每天运行的任务,所以我想了解 Heroku 的调度程序应用程序。但是,当我尝试添加插件时,我得到了错误
$ heroku addons:create scheduler:standard
Creating scheduler:standard on ⬢ myproject... !
▸ Please verify your account to install this add-on plan (please enter a credit card) For more information, see https://devcenter.heroku.com/categories/billing Verify now at
▸ https://heroku.com/verify
我还没准备好花钱。如何创建计划任务,或者 Heroku 不是一个很好的托管服务,如果没有,我应该去哪里?
【问题讨论】:
标签: heroku cron scheduled-tasks