quirkey / resque-status

resque-status is an extension to the resque queue system that provides simple trackable jobs.
MIT License
515 stars 169 forks source link

Update to 1.0 and release lock on resque 1.0 #140

Closed djuber closed 3 years ago

djuber commented 3 years ago

This supports running with resque 2.0 (the gemspec from 0.5.0 locked to '~> 1.19' and it prevented upgrading to resque 2.0

The goal is to suppress a number of deprecation warnings in resque 1.x calling redis.client directly.