From db62978a99df008f9ea4b27b0ea640f6bcdd9e33 Mon Sep 17 00:00:00 2001 From: Matthew Grange Date: Fri, 30 Jan 2026 10:06:49 -0800 Subject: [PATCH] Cache FlowSession Between Polls Differential Revision: D91910280 --- ax/storage/sqa_store/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ax/storage/sqa_store/utils.py b/ax/storage/sqa_store/utils.py index 3fc233ff15e..0fab599e094 100644 --- a/ax/storage/sqa_store/utils.py +++ b/ax/storage/sqa_store/utils.py @@ -27,6 +27,7 @@ "_best_arm_predictions", "_adapter_kwargs", "_candidate_metadata_by_arm_signature", + "_cached_session", "_curr", "_experiment", "_gen_metadata",