Skip to content

Commit b813981

Browse files
tvarney13Mike Zorn
andauthored
Update internal/dev_server/manifesto.md
Co-authored-by: Mike Zorn <[email protected]>
1 parent ec32466 commit b813981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dev_server/manifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Another intentional design decision was the choice not to allow the creation of
1212

1313
We chose to do this in order to minimize any surprises as your code moves from local / CI to a prod / prod-like environment. In our experience, the greatest source of such surprises has been drift between the configuration of a developer's LD environment and our Staging environment. Unless a developer is constantly making sure their flag state matches higher environments as closely as possible, flag state drifts until their local development environment starts to break, neccessitating a painful process of reconciling flag state.
1414

15-
Lastly, we highly recommend not using `dev-server` for environments with prod-level traffic. As we designed this with local dev in mind, something will definitely break if you try to use this for that level of load.
15+
Lastly, do not use the `dev-server` for environments with prod-level traffic. As we designed this with local dev in mind, production throughput has never been tested.
1616

1717
With that said, it's our hope that you enjoy using the `dev-server`, and feedback is more than welcome!

0 commit comments

Comments
 (0)