Category: Test in Production

Test in Production with Forking

Test in Production with Forking

Wouldn't it be amazing if you could test your code before it is deployed to production, with real production traffic? Meet forking. Forking is the practice of copying a request that was sent to your production environment and replaying that request in another environment. Only to later have the processing of those requests and their … Continue reading Test in Production with Forking

Advertisement