VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Auto-Reconnect if Head workflow version unchanged #289

Open okennedy opened 10 months ago

okennedy commented 10 months ago

The problem with reconnecting ad-hoc is that a branch's workflow version may have changed. In principle, this means doing a complete refresh on the workflow, potentially wiping out everything that the user was working on. This is not something that we want to do automatically.

However, if the head workflow version is unchanged, we should be able to reconnect safely.