akira / exq_ui

UI Dashboard for Exq, a job processing library for Elixir. Exq UI provides the UI dashboard to display stats on job processing.
Other
155 stars 74 forks source link

phonenix liveview based rewrite #102

Closed ananthakumaran closed 2 years ago

ananthakumaran commented 3 years ago

This PR rewrites the exq_ui to use phoenix liveview instead of ember based one. In addition to that, it comes with

1) pagination support 2) some of the internal API has been rewritten to avoid search on the entire queue (at elixir level)

screenshots

image image image image