Which two conventions of the Heroku platform reflect the Twelve-Factor methodology's recommendation to "execute the app as one or more stateless processes?" (Choose two.)
A.
Log messages from each of an app's dynos are kept separate from each other.
B.
Heroku apps define process types in a Procfile.
C.
A Heroku app's config vars are deleted on deploys and app restarts.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit