Hey there, I have some questions around sprites checkpointing behavior. The docs seem to indicate that this checkpointing should automatically happen with the filesystem:
When Sprites become inactive, we remove their compute (and stop charging you!). When we assign new compute to Sprites, they come up with the exact same data on the filesystem.
The problem that I’m seeing is in numerous cases, my sprites move to ‘cold’ status, and then when they come back up, I no longer see the data. Do I need to explicitly invoke the checkpoint to log data to the filesystem or will this happen automatically? If it does happen automatically, are there any caveats or known issues for it?
I’ve seen this even for basic stuff like “claude code no longer thinks I am logged in”