film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
95 stars 10 forks source link

Add queue to "queues" at enqueue time for stats #13

Closed film42 closed 1 year ago

film42 commented 1 year ago

This will make queues show up and have their counts visible in sidekiq-web.

The server side is a much larger piece that requires a heartbeat and some process metrics. Still figuring out how to make that work in a clean way. This change is probably more important at the moment.

film42 commented 1 year ago

Released in 0.6.2