Heroku CI Timeout

Viewed 108

I am having a problem with Heroku CI on a rails application. I just upgraded to Rails 7.0.1

Previous version was Rails 6.1.4.4

# Ferrum::TimeoutError:
     #   Timed out waiting for response. It's possible that this happened because something took a very long time (for example a page load was slow). If so, setting the :timeout option to a higher value might help.

This is how my Procfile looks like

  web: bundle exec puma -C config/puma.rb
  release: bundle exec rails db:migrate
1 Answers
Related