feat(app): add sanity checks for env variables

This commit is contained in:
Herculino Trotta
2025-12-26 09:55:57 -03:00
parent 05ede58c36
commit c7ff6db0bf
3 changed files with 106 additions and 1 deletions

View File

@@ -23,3 +23,6 @@ class CommonConfig(AppConfig):
# Delete the cache for update checks to prevent false-positives when the app is restarted
# this will be recreated by the check_for_updates task
cache.delete("update_check")
# Register system checks for required environment variables
from apps.common import checks # noqa: F401