ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add a `/jobs` or `/queue` route #8

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

Add a /jobs or /queue route which inspects Sidekiq::API and shows current running jobs.

postmodern commented 1 year ago

Closing this as PR #63 implements these.