postmodern-cli 0.1.1

CLI for postmodern job queue management.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: postmodern-cli/src/display.rs
expression: "render_jobs_table_styled(fixture(), 120, true)"
---
┌─────────┬─────────┬────────────┬─────────┬──────────────────┬─────────────────────────────────────────┐
│ ID      │ Queue   │ Status     │ Retries │ Created          │ Description                             │
├─────────┼─────────┼────────────┼─────────┼──────────────────┼─────────────────────────────────────────┤
│ 9fdbdc6 │ ingest  │ Pending    │ 0       │ 2026-05-18 01:16 │ ingest new documents from source        │
├─────────┼─────────┼────────────┼─────────┼──────────────────┼─────────────────────────────────────────┤
│ 6789abc │ process │ InProgress │ 2       │ 2026-05-17 14:30 │ process batch                           │
├─────────┼─────────┼────────────┼─────────┼──────────────────┼─────────────────────────────────────────┤
│ a987654 │ export  │ Failed     │ 5       │ 2026-05-16 09:00 │ export results to external API endpoint │
├─────────┼─────────┼────────────┼─────────┼──────────────────┼─────────────────────────────────────────┤
│ f012345 │ notify  │ Finished   │ 0       │ 2026-05-15 22:45 │                                         │
└─────────┴─────────┴────────────┴─────────┴──────────────────┴─────────────────────────────────────────┘