Environments
Staging for pre-production workflows:
Production for consumer facing workflows:
Each environment is siloed; no data is shared between staging and prod.
Staging and Production will almost always have identical behavior.
Any load testing, integration, or test-scenarios can be run on Staging.
Last updated