StarDomain

Scaling Your App

Published · Updated 1 min read
Knowledge base article
Contents (4 sections)

Scale your app horizontally by running multiple containers, or add worker processes for background jobs.

Web Process Scaling

Go to Services > PaaS > [Your App] > Scale.

Use the slider to set the number of web containers (1-10, depending on your plan).

More containers = more concurrent request handling. Traffic is automatically load-balanced.

Worker Processes

If your app has a worker process defined in your Procfile, you can scale it independently.

Workers are ideal for:

  • Background job processing
  • Queue consumers
  • Scheduled tasks
  • Long-running computations

Plan Limits

PlanMax WebMax Worker
Starter10
Pro32
Business55

Monitoring

After scaling, check the Metrics tab to monitor CPU and memory usage across all containers.

Was this article helpful?

Your answer helps us decide what to improve next.

Still need help? Open a support ticket and our team will reply.

Prefer an app? Add this site to your home screen.Get the app
Scaling Your App - Knowledge Base