minus-squarelps2@lemmy.mltoSelfhosted@lemmy.world•How do you healthcheck your containers?linkfedilinkEnglisharrow-up9·2 days agoFor databases, many like postgres have a ping / ready command you can use to ensure it’s up and not have the overhead of an actual query! Redis is the same way (I feel like pg and redis health checks covers a lot of the common stack patterns) linkfedilink
For databases, many like postgres have a ping / ready command you can use to ensure it’s up and not have the overhead of an actual query! Redis is the same way (I feel like pg and redis health checks covers a lot of the common stack patterns)