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
404 stars 155 forks source link

Support Priority of DelayedJob. #210

Open joshuapinter opened 7 years ago

joshuapinter commented 7 years ago

Would you consider a PR to support the priority field in DelayedJob?

This would allow us to allow the priority of image/video processing to ensure more important jobs get done.

Let me know what you think and if yes, I'll take a look.

Thanks!

And great gem by the way!

jrgifford commented 7 years ago

Of course! I know that I haven’t been super active recently but I’d be happy to bring that feature in.

On Oct 8, 2017, at 11:44, Joshua Pinter notifications@github.com wrote:

Would you consider a PR to support the priority field in DelayedJob?

This would allow us to allow the priority of image/video processing to ensure more important jobs get done.

Let me know what you think and if yes, I'll take a look.

Thanks!

And great gem by the way!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

joshuapinter commented 7 years ago

Excellent! 👍

I think it'll be an important feature for our company so I'll try and get time approved for myself or somebody to work on it.