Skip to content

Instantly share code, notes, and snippets.

@joeljames
Last active August 4, 2016 19:38
Show Gist options
  • Save joeljames/070a1e3540100012eb3355334a7f168f to your computer and use it in GitHub Desktop.
Save joeljames/070a1e3540100012eb3355334a7f168f to your computer and use it in GitHub Desktop.
Health HTML
{% block header %}
<h1>Application Queue Status</h1>
<dl>
{% for name, size in queue_summary.items %}
<dt>Queue Name: {{ name }}</dt>
<dd>Queue Size: {{ size }}</dd>
</br>
{% endfor %}
</dl>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment