Skip to content

Instantly share code, notes, and snippets.

@silas
Created November 19, 2009 22:55
Show Gist options
  • Save silas/239124 to your computer and use it in GitHub Desktop.
Save silas/239124 to your computer and use it in GitHub Desktop.
import beanstalkc
beanstalk = beanstalkc.Connection(host='localhost', port=11300)
job = beanstalk.reserve()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment