Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 865 Bytes

File metadata and controls

13 lines (8 loc) · 865 Bytes

Roadmap

solid_stack_web aims to be the definitive operational dashboard for the full Rails Solid Stack — a single mountable engine covering Solid Queue, Solid Cache, and Solid Cable with the depth needed for day-to-day production operations, not just a status page.


Out of Scope (for now)

  • Background job execution — this is a monitoring engine, not a worker runner; it will never enqueue or execute jobs itself
  • Multi-app support — one mounted instance per Rails app; cross-app aggregation is out of scope
  • Solid Queue pro features — concurrency limits, job priorities at the process level — those belong in Solid Queue itself
  • WebSocket push — real-time push via Action Cable is deferred; polling via Turbo Frame covers the operational need without coupling the dashboard to its own cable configuration