On Thu, Nov 4, 2010 at 2:39 PM, chekhov <[email protected]> wrote: > q-wrapper -- to get, run shell command and bury or put message
This is lovely. I'd suggest taking args[2:] as the shell command and setting shell=False in subprocess.call. That will make it much easier for users to include special shell characters in arguments. Also you might consider providing the job body as stdin to the worker command. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en.
