LAB_RECONCILE_INTERVAL

controller.constants.LAB_RECONCILE_INTERVAL = datetime.timedelta(seconds=3600)

How frequently to refresh user lab state from Kubernetes.

This will detect when user labs disappear out from under us without user action, such as labs being terminated by Kubernetes node replacements or upgrades.