dm4ml / motion

Framework for building and maintaining self-updating prompts for LLMs
https://dm4ml.github.io/motion/
58 stars 4 forks source link

Raising errors when migrations fail to update state #279

Closed shreyashankar closed 8 months ago

shreyashankar commented 8 months ago

Now that we have stronger concurrency guarantees (last-write-wins), migrations may fail if the state updates during the migration of an instance. This PR includes raises a runtime error indicating failure for such instances.