Introduce Rollout Policy (#3116)

Have a helper function for deciding if we are rolling out a function or
not
This commit is contained in:
Ahmed Ibrahim
2025-09-03 10:37:07 -07:00
committed by GitHub
parent c636f821ae
commit daaadfb260
3 changed files with 30 additions and 36 deletions

View File

@@ -3,6 +3,7 @@
pub(crate) const SESSIONS_SUBDIR: &str = "sessions";
pub mod list;
pub(crate) mod policy;
pub mod recorder;
pub use recorder::RolloutRecorder;