tobi / delayed_job

Database backed asynchronous priority queue -- Extracted from Shopify
http://tobi.github.com/delayed_job
MIT License
2.15k stars 1.25k forks source link

Added multiple worker example to README #43

Closed lorensr closed 13 years ago

lorensr commented 13 years ago

Is this the correct way of naming workers? Thanks!

ptyagi16 commented 11 years ago

This actually does not work. The first worker will block the next until it receives a kill (TERM or INT) and then the next one starts. This is not multiple works but running three one after the other. Please remove this incorrect documentation as it will cause people to waste time trying it.