Sometimes a point of control, like a given EPICS PV, is flaky. The best solution is to fix the underlying system, but sometimes a pragmatic workaround is needed.
Strategies:
- Implement retries.
- Cache the monitored value of a PV and skip sending a PUT if the value is already set to the desired value.