Skip to content

Process Types & Dynos

Scale your app’s web and worker processes.

TypePurpose
webHandles HTTP requests
workerRuns background jobs

Process types are defined in your Procfile:

web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq

Go to your app → Scaling tab.

Go to Scaling → adjust the dyno count → Save.