DiamondLightSource / mx-bluesky

Bluesky plans, plan stubs, and utilities for MX beamlines
https://diamondlightsource.github.io/mx-bluesky/
Apache License 2.0
0 stars 2 forks source link

Mechanism for hyperion_restart() when hyperion is running in a container #188

Open rtuck99 opened 2 months ago

rtuck99 commented 2 months ago

When hyperion is running in a container, the existing run_hyperion.sh will no longer be able to restart hyperion because it will be invoked from outside the container.

As an interim workaround, this can be achieved by scaling down the pods to 0 and then back up to 1 in the kubernetes dashboard.

Longer term we will need a solution, it could be implemented as one of the following:

I think option 1 is probably simplest

Acceptance Criteria