Service Status

Checking Status

Go to {your install path}/status
or in the project menu navigate to Settings / Status.

Example Correct Status

1358

Example Services Not Up

1373

Bringing Services Up

Docker Up Cheatsheet

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.