Saved Searches
Save a set of filters and get a desktop notification whenever new matching jobs appear. Each job is only alerted once.
New / update
Active
{% if not searches %}No saved searches yet. Create one above to get notified about new jobs.
{% endif %}-
{% for s in searches %}
-
{{ s.name }} {% if s.notify %}notify{% else %}silent{% endif %} created {{ s.created_at.strftime('%Y-%m-%d') }} {% if s.last_notified_at %}· last fired {{ s.last_notified_at.strftime('%Y-%m-%d %H:%M') }}{% endif %} · {{ s.notified_job_ids|length }} dispatched
{{ s.query_json }}
{% endfor %}
Manual check