chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.04k stars 104 forks source link

Is it possible to set different queue name for each job? #39

Closed KirillSuhodolov closed 5 years ago

pokonski commented 6 years ago

Hey @KirillSuhodolov. I have this planned for the next release 1.1.0. It should be easy to do with ActiveJob since I already assign a queue for all jobs.

KirillSuhodolov commented 6 years ago

@pokonski sounds great, do you need any help with it?

pokonski commented 6 years ago

Definitely with testing :) So stay tuned!

KirillSuhodolov commented 6 years ago

ok, let me know

aeris commented 6 years ago

Hi here,

If you are interested, I made a patch for that : https://github.com/aeris/gush/commit/c9f9d9237e53452b1c2b82f509da9a5e51275d7e

pokonski commented 6 years ago

@aeris yeah that's exactly how I want to do it :+1:

devilankur18 commented 6 years ago

@KirillSuhodolov is this released?

Ranjithkumar commented 5 years ago

@pokonski Can you push this fix as a next version in rubygems?

pokonski commented 5 years ago

@Ranjithkumar this is now released under version 2.0.0! Thanks for reminding me :)

Check out other changes here: https://github.com/chaps-io/gush/releases/tag/v2.0.0

/cc @devilankur18 @aeris @KirillSuhodolov

Ranjithkumar commented 5 years ago

Thanks @pokonski