DiamondLightSource / DiamondLightSource/blueapi
Properly support pause/resume
Open
bug
c: rest api
c: worker
- Dominant language
- Python
- Stars
- 13
- Forks
- 13
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 25
Description
Bluesky's run engine is designed to be run in a repl where raising an exception is a valid way of handling pauses/interrupts. In blueapi this causes the plan to be [marked as failure](./251) and does not allow the [plan to be resumed](./1305).
We should really support this or remove the end points
Contributor guide
Assessment
This issue has not been assessed yet.