- Notifications
You must be signed in to change notification settings - Fork909
Open
Description
It's typical in most deployments for admins to regularly rotate the credentials to the database thatcoderd
connects to. Unfortunately doing that effectively breaks your deployment until you manually restart it. It'd be nice if we provided some endpoint or subcommand ofcoder server
that allows you to query the health ofcoderd
's database connection so that you could configure areadiness probe to automatically restart the pod for you.