refactor(experiments): Move pausing/resuming experiments to API#52051
refactor(experiments): Move pausing/resuming experiments to API#52051
Conversation
|
Size Change: -1.92 kB (0%) Total Size: 110 MB ℹ️ View Unchanged
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Problem
This is one step in the bigger initiative to reduce logic from the client and add it to the API.
In this PR: Move pausing/resuming to API
Changes
As a nice UX benefit, the actions feel snappier as the frontend state update got simpler (no await for two separate state updates)
How did you test this code?
Publish to changelog?
No