qrush 0.6.0

Lightweight Job Queue and Task Scheduler for Rust (Actix + Redis + Cron)
Documentation
1
2
3
4
5
6
7
8
{% extends "layout.html.tera" %}
{% block content %}
<div class="card p-8 text-center">
  <div class="text-6xl mb-2">404</div>
  <p class="text-slate-600 dark:text-slate-400 mb-6">Page not found.</p>
  <a class="btn-primary" href="/metrics">Back to metrics</a>
</div>
{% endblock content %}