{% extends "base.html" %} {% block title %}syft-bg heartbeat{% endblock %} {% block content %}
This is a heartbeat email from your syft-bg notify service. Receiving it confirms that the service is still up and your Gmail token is still valid.
{% set info_items = [ {'label': 'Account', 'value': do_email}, {'label': 'Sent', 'value': timestamp | datetime if timestamp else 'Just now'}, {'label': 'Heartbeat interval', 'value': interval_human}, {'label': 'Status', 'value': 'Healthy', 'badge': 'success'} ] %} {% include 'components/info_box.html' %}
If you stop receiving these emails, syft-bg may have been shut down or its
Gmail token may have expired. Check the service status with
syft-bg status.