resque-status and resque-scheduler for delayed jobs
问题 I used resque-scheduler for delay jobs in previous code: Resque.enqueue_in(options[:delay].seconds, self, context) Now I want to include resque-status to do the job but have no idea how they can work together. The latest resque-status source code supports scheduler, as in the source code: https://github.com/quirkey/resque-status/blob/master/lib/resque/plugins/status.rb # Wrapper API to forward a Resque::Job creation API call into a Resque::Plugins::Status call. # This is needed to be used