Sidekiq 5.0.0 Problem with Queue

26 views
Skip to first unread message

Florian Clement

unread,
May 9, 2017, 11:17:24 AM5/9/17
to Sidekiq
Hi, I have a problem with Sidekiq 5.0, I have created 2 different queues (a, b) each corresponds to a Worker (aWorker, bWorker). But when I run for example:

aWorker.perform_async (1)
bWorker.perform_async (2)
aWorker.perfor_async (3)

I'll have all the workers who are going to launch at the same time and the second aWorker will not wait until the first one has finished launching.

Did I miss something?

Here's a Gist link that shows my 2 workers.

Thank's

Mike Perham

unread,
May 9, 2017, 12:11:32 PM5/9/17
to sid...@googlegroups.com
Look up “asynchronous” and “concurrent".  That’s exactly how Sidekiq is designed to work.

--
You received this message because you are subscribed to the Google Groups "Sidekiq" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sidekiq+unsubscribe@googlegroups.com.
To post to this group, send email to sid...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sidekiq/5d7801a8-12e5-47ba-8dce-4d64d1473bea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Mike Perham – CEO, Contributed Systems
Smart, effective open source infrastructure for your apps.
Reply all
Reply to author
Forward
0 new messages