{%- if site.data.status.current.type == „critical“ -%}
{%- include status_critical.svg -%}
{%- elsif site.data.status.current.type == „warning“ -%}
{%- include status_warning.svg -%}
{%- elsif site.data.status.current.type == „good“ -%}
{%- include status_good.svg -%}
{%- else -%}
[unknown status type]
{%- endif -%}
{{ site.data.status.current.title }}
{%- if site.data.status.current.link -%} (Read more) {%- endif -%}
Planned maintenance
{%- unless site.data.status.planned -%}
{%- endunless -%}
-
{%- for incident in site.data.status.planned -%}
-
{{ incident.date}}
{{ incident.title }}
{{ incident.description }}
{% if incident.link %} (Read more) {% endif %}
{%- endfor -%}
Past incidents and maintenance
-
{%- for incident in site.data.status.incidents -%}
-
{{ incident.date}}
{{ incident.title }}
{{ incident.description }}
{% if incident.link %} (Read more) {% endif %}
{%- endfor -%}
Note that system updates and SignPath software updates are not listed here unless they may result in more than 5 minutes of downtime.
We recommend that you set a retry limit for unavailable service errors of 10 minutes. This is also the default for our PowerShell scripts.

