Service Status
Checking Status
Go to {your install path}/status
or in the project menu navigate to Settings / Status.
Example Correct Status
Example Services Not Up
Bringing Services Up
Context
Becuase the frontend of Diffgram is a "single page application" it can appear that it's working even if the actual services are down. If you are getting unexpected issues importing data, or functions not working as expected this is a good thing to check.
Generally this is most relevant if you are just getting started and using the docker-compose it's important to check the services are all up. It's unusual to need to check this in production since K8s generally handles ensuring a healthy pod is up.
Updated almost 2 years ago