More lightweight queue clients.
Created by: richburdon
I have a job processor running in one container -- and a CLI and web server both of which adds jobs.
The model seems to be that all processes that create Queues become workers (i.e., the node process doesn't return). What's the approach to build something that is client-only?