Skip to content

Commit 6207120

Browse files
committed
fix(notebooks): add Redis flush to clear old checkpoints
Add Redis flush command at the start of notebooks to clear old checkpoints that were created with the buggy serializer (before dataclass support was added). This is necessary because: 1. Jupyter kernels cache Python modules 2. Old checkpoints in Redis were serialized without dataclass support 3. Deserializing old checkpoints causes AttributeError even with fixed code The flush ensures notebooks start fresh with the updated serializer.
1 parent a8dc9a6 commit 6207120

File tree

2 files changed

+70
-267
lines changed

2 files changed

+70
-267
lines changed

0 commit comments

Comments
 (0)