0

I'm working in Ruby on Rails(Rails 5.0)

I have a grouped sidekiq worker(GoalWorker) that groups every 100 jobs. Let the queue name be "goal_queue". Now I have an another job(say GoalEmailJob) relevant to the same model and I want to use the same queue name for this Job. But not configuring this one for grouping.

Now the documentation says

Jobs will be combined when queue size exceeds 30

Will number of GoalEmailJob in the queue be considered for grouping criteria as it is in the same queue? Or will it consider only the number of GoalWorker in queue?

Inba
  • 71
  • 4

0 Answers0