Application Status

Current state and health information

{% if app.state == 'RUNNING' %} {% elif app.state == 'STARTING' or app.state == 'STOPPING' %} {% elif app.state == 'FAILED' %} {% endif %} {{ app.state }}
Status
{{ app.state }}
Port
{{ app.port }}
Processes
{{ app.worker_count }}
{% if app.state == 'FAILED' and app.error_message %}

Application Error

{{ app.error_message }}

{% endif %}

Last updated: {{ now.strftime('%H:%M:%S') if now else 'Unknown' }}