Open
Description
For example, filter scheduled jobs by scheduled_at
time ranges, or finished jobs by finished_at
time ranges, or blocked jobs by the block (Blocked by) key. The current filters by queue name and job class are generic and apply to all statuses, but we could have some filters that apply only to certain statuses. The Adapter#supported_filters
already takes a JobsRelation
as argument, so it can easily return different filters depending on jobs_relation.status
.