mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 12:12:08 +01:00
Without this change, it was possible would end up in a state where we might still try to scale processes up that no longer exists. Closes #5205
11 lines
105 B
JSON
11 lines
105 B
JSON
{
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1
|
|
},
|
|
"cron": {
|
|
"quantity": 1
|
|
}
|
|
}
|
|
}
|