Dan Allan
Dan Allan
Sequence of events: 1. Application receives `SIGTERM` (or `SIGINT` if it is being running in a terminal and stopped with `^C`). 2. Application updates `/healthz`. 3. Application waits for HAproxy...
We concluded that this is technically viable but not the best approach.
I should add that @dylanmcreynolds [introduced the suggestion of adding "views" to tiled](https://github.com/bluesky/tiled/pull/668#pullrequestreview-1913103547) in a lengthy PR discussion with @padraic-shafer and me, in March. All of us were generally favorable...
> I think it would be useful to talk more about the storage format of this "ground truth", apologies if that's covered in another issue I just wrote up current...
In a follow-up conversations with @dylanmcreynolds and @padraic-shafer, an idea is taking shape that seems like a good starting point: CatalogAdapter is extended to accept some optional YAML config and...
This is @awalter-bnl's script: ```py from bluesky.plans import scan from ophyd.sim import hw from bluesky import RunEngine RE=RunEngine() hw=hw() def test_plan1(): '''this is a test plan with the correct syntax...
Power-cycled to re-run CI against `main`.
Excellent. I've added some commits to: - Move `tree` from `tiled.utils` to `tiled.client.utils`. This is a more logical place for it, anyway. (This is a "historical" wart. It's one of...
The remaining issue is that `tiled.client` code imports `tiled.schema` code which now import numpy/pandas/xarray/awkward/pyarrow. We test that none of the above are imported until corresponding structures are used, because importing...