Docker container startup check #633
Unanswered
therefromhere
asked this question in
Q&A
Replies: 1 comment
-
I am wondering this too. My problem is that I want my app to recover automatically, so it needs to restore the backup before the process comes back alive. I wonder if running litestream as a library makes this easier, by keeping everything (including startup check) inside the main program: It would be great to get author's input now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking at using using the litestream docker container as a CloudRun sidecar, however that requires a startup probe on the litestream container.
Am I right in thinking that the existing docker image doesn't expose anything that I can use as a startup probe, and that I'd need to implement this myself?
I think probably an easier path would be to run in the same container, but just wondering if I'm missing something.
Beta Was this translation helpful? Give feedback.
All reactions