film42 / sidekiq-rs

A port of sidekiq to rust using tokio
MIT License
108 stars 11 forks source link

Switch from blocking brpop to a polling brpop #5

Closed film42 closed 2 years ago

film42 commented 2 years ago

This seems to play nicer with systems like windows, and it is more true to how sidekiq.rb operates.