iron-io / issues

For Iron.io services issue tracking. Public facing issue tracking for behind the scenes issues.
5 stars 0 forks source link

function postTask() in IronWorker doesn't exist in python library #83

Open xmxmichael opened 10 years ago

xmxmichael commented 10 years ago

the documentation here: http://www.iron.io/worker (under the "Queue workers" section) says that in order to start a task, one should call the postTask() method.

After searching the code, there's no postTask() method.

The exception I'm getting from python is: AttributeError: IronWorker instance has no attribute 'postTask