You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inspired by the health check controllers we should come up with a generic controller and a dsl to define checks for the application (e.g. "is blender running?")
there should probably be some predefined health checks that can simply be used (is there a sidekiq worker running? is the database reachable?). make them opt-in!