mpneuried / rsmq-worker

Helper to simply implement a worker around RSMQ ( Redis Simple Message Queue )
MIT License
117 stars 24 forks source link

Multiple workers #8

Closed mhkhung closed 8 years ago

mhkhung commented 8 years ago

How do I create multiple workers in a cluster? I found that as soon as multiple workers are started for the same queue, some messages will be delivered normally but others will be delayed for a long time.

mhkhung commented 8 years ago

Figured out the problem.. if a worker is initialized but not started, it will happen