w wokku
Get Started
~/docs
/
scaling

# Process Types & Dynos

Updated · Edit on GitHub ↗

Scale your app’s web and worker processes.

Process Types

Type Purpose
web Handles HTTP requests
worker Runs background jobs

Process types are defined in your Procfile:

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

View Current State

Go to your app → Scaling tab.

Scale

Go to Scaling → adjust the dyno count → Save.

Was this page helpful?