ruby on rails - heroku free tier add worker -


i'm using heroku's free tier , trying set worker process delayed_jobs. according docs have access worker. can run worker process running heroku run rake jobs:work, 1 off process. i've looked @ heroku's delayed jobs docs , when trying run heroku ps:scale worker=1 following message

scaling dynos... failed !    please verify account in order change resources (please enter credit card) more information, see https://devcenter.heroku.com/categories/billing verify @ https://heroku.com/verify  

how can scale worker dyno free plan? need enter in credit card?

from heroku docs

credit card information not required free apps without add-ons. becomes requirement once wish own more 5 apps @ time, or use add-ons other postgresql:dev or pgbackups:plus –– if add-ons free.

it's scaling app add worker considered add-on, therefore required validate account.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -