According to the Twelve-Factor methodology, which best practice helps minimizethe gap between development and production?
Using the same backing services in all of an application's environments.
Configuring application logging to write stdout.
Executing long-running tasks as background processes.
Writing processes that are fast to start up and gracefully shut down
- https://devcenter.heroku.com/articles/internal-routing
Submit