Files
dokku/tests/apps/python/app-5205b.json
Jose Diaz-Gonzalez dded26625b fix: always respect app.json formations in scale settings
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
2022-06-26 14:33:19 -04:00

11 lines
105 B
JSON

{
"formation": {
"web": {
"quantity": 1
},
"cron": {
"quantity": 1
}
}
}