Unable to scale or stop Dynos when using Docker Containers
After converting to Docker images, I have extra dynos that I'm unable to scale down or stop.
For example:
1. I previously built a slug-based app with the process types `web` and `worker`.
2. I switched to Docker images, and now use containers named `web` and `background_jobs`.
3. I now have a `worker` dyno that remains on my app, but attempts to stop or scale it fail with a "Couldn't find that process type" error