Navbar dropdown
The navbar shows a live badge with the count of pending + processing items. Click it to see:- Up to 7 current processing items with their names and session links
- Pending items with priority badges (HIGH / LOW)
/queue details page
Navigate to /queue for a full breakdown across three tabs:
In Queue - pending items waiting to be processed:
- Type badge (eval / enrichment)
- Item name and session link
- Priority (HIGH or LOW)
- Time queued
- Spinner, type badge, item name, session link
- Time started
- Type badge, item name, session link
- Duration
- Success or failure icon
- Completion time
--queue-history-ttl (default: 1 hour).
Dashboard panel
The/dashboard page includes a collapsible queue panel showing:
- Processing and pending tables
- Background processor status indicator
- Error list for any failed items
Cache invalidation
By default, cached eval results are reused until the session file changes or you edit the eval function. Useapp.cacheInvalidation() to add custom logic - for example, re-running evals that scored 0 or results older than 24 hours.

