--- title: "Health Check Interval" slug: "health-check-interval" updated: 2024-12-14T05:39:26Z published: 2024-12-14T05:39:26Z canonical: "help.hyperscience.ai/health-check-interval" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.hyperscience.ai/llms.txt > Use this file to discover all available pages before exploring further. # 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](/deployment/docs/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`): ```bash HEALTH_CHECK_INTERVAL= ```