Foreman: .foreman file not being recognised

Created on 4 Jul 2016  路  3Comments  路  Source: ddollar/foreman

I recently upgraded from foreman 0.78.0 to 0.82.0 & my .foreman file seems to not be affecting the foreman start command any more. Here is my Procfile / .foreman files:

Procfile :

web: bundle exec puma -C config/puma.rb
sidekiq: env DATABASE_POOL=${SIDEKIQ_CONCURRENCY:-10} bundle exec sidekiq

.foreman :

concurrency: test=1,web=1,sidekiq=0
env: .env,.env.local
port: 3000

If this is a bug, if you can point me in the right direction I'm happy to attempt to fix :)

needs info

Most helpful comment

I ran into this same issue, seems like the config file format changed and now concurrency: should be formation:

All 3 comments

Sounds like it might be a bug. Is the entire .foreman file not working?

Hi!
It looks like the entire .foreman file isn't being loaded. I'm happy to setup an example repo if that'll help you debug?

I ran into this same issue, seems like the config file format changed and now concurrency: should be formation:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

msabramo picture msabramo  路  9Comments

jwaldrip picture jwaldrip  路  17Comments

MathieuGilbert picture MathieuGilbert  路  18Comments

jasonivers picture jasonivers  路  8Comments

thedon-chris picture thedon-chris  路  9Comments