Closed cheneveld closed 11 years ago
delayed_job_ironmq calls the messages method on the IronMQ Client object. Seems as though the delayed jobs implementation is only compatible with an older ironMQ client.
Are there plans to upgrade delayed_job_ironmq to use the lastest and greatest iron_mq_ruby?
Ahh, ya, we'll get that updated, thanks for letting us know! cc @featalion
Will fix it soon
Fixed with: https://github.com/iron-io/delayed_job_ironmq/pull/1
Pushed new version too.
delayed_job_ironmq calls the messages method on the IronMQ Client object. Seems as though the delayed jobs implementation is only compatible with an older ironMQ client.
Are there plans to upgrade delayed_job_ironmq to use the lastest and greatest iron_mq_ruby?