This repository was archived by the owner on May 6, 2020. It is now read-only.

Description
DEIS_DEPLOY_PROCFILE_MISSING_REMOVE was set to true in our controller (quay.io/deis/controller:v2.16.0) and it does not seem to clean up the Procfile processes from the deis api structure object.
After removing the process types from the Procfile and redeploying we still see them in the structure object:
...
"structure": {
"web2": 0,
"worker": 2,
"web": 1,
"worker-two": 0
},
...
EDIT: We tested it 4 times and deployed 4 times to make sure this was so.