jrgifford / delayed_paperclip

Process your Paperclip attachments in the background with delayed_job or Resque.
http://www.jstorimer.com/ruby/2010/01/30/delayed-paperclip.html
MIT License
402 stars 155 forks source link

Allow to set queue name for background jobs #169

Closed morgoth closed 8 years ago

morgoth commented 8 years ago

@ScotterC This might be an incompatible change for some users.

# Overwrite queue name which was "paperclip"
class DelayedPaperclip::Jobs::ActiveJob
  queue_as :default
end

which will no longer work now.

morgoth commented 8 years ago

I fixed running specs in https://github.com/jrgifford/delayed_paperclip/pull/170

morgoth commented 8 years ago

@ScotterC What do you think about this? As there are lot of changes on master, maybe it could be a part of 3.0 release?

ScotterC commented 8 years ago

@morgoth I haven't had a chance to give this a thorough review but a 3.0 release sounds like a good idea. Will give it some time later this week.

morgoth commented 8 years ago

Any chance to move it forward?

ScotterC commented 8 years ago

👍