Hi friends. I'm new to Dagger, be gentle. I've got a dev container (TiDB) which is spontaneously hanging--or so I suspect. I routinely notice that I can no longer connect to it or run queries, and by bringing it down and up again everything is fine. It's killing my vibe a little 🙂
Now, on the one hand, I'd love to learn how to get richer diagnostics and see if I'm taking crazy pills and/or what's causing this failure mode.
On the other hand, I'm exploring a passive health-check, which can be done with a shell script that runs SELECT 1 every few seconds, but wondering if it makes sense to stand up another dagger container to monitor the misbehaving one. RFC: Would that be a weird use-case, an antipattern, or somewhat reasonable?