Processes

A process is the smallest unit in Cloud Blox - it is a single Docker image running a specific command. Processes are the building blocks of your apps.

Apps must have at least 1 process defined to be valid. You can run multiple instances of the same process in a single environment. You can also run different processes in the same environment.

As an example, a Ruby on Rails app might have 3 processes: a web process that runs the rails server command, a worker process that runs the sidekiq command, and a release process that runs the db:migrate command.

These docs are still under construction. Please check back shortly...