qrush 0.6.0

Lightweight Job Queue and Task Scheduler for Rust (Actix + Redis + Cron)
Documentation
1
2
3
4
5
6
7
8
9
{% extends "layout.html.tera" %}
{% block content %}
<div class="card p-8 text-center">
  <div class="text-6xl mb-2">500</div>
  <p class="text-slate-600 dark:text-slate-400 mb-6">Something went wrong.</p>
  {% if error %}<pre class="text-xs bg-black/5 dark:bg-white/5 rounded-xl p-3 overflow-auto text-left">{{ error }}</pre>{% endif %}
  <a class="btn-primary mt-4 inline-block" href="/metrics">Back to metrics</a>
</div>
{% endblock content %}