Health Check Interval

The system runs a periodic health check on various components, including the database, file store, RAM, and trainers. The results of these health checks are shown on the System & Health page in the application. To learn more about this page, see System & Health Page.

By default, the health checks are conducted every 30 seconds. You can configure their frequency by adding the HEALTH_CHECK_INTERVAL variable to your ".env" file and setting it to the number of seconds you want to pass between health checks (e.g., HEALTH_CHECK_INTERVAL=60):

HEALTH_CHECK_INTERVAL=<number_of_seconds_between_checks>