Processes in a twelve-factor app can be started and stopped at any time. Disposability of our processes means that these modern applications should be built with an expectation of the processes failing.

Disposable processes should be optimized to reduce startup time which provides the ability to quickly scale more services as the system needs.