def topic(self, job): job.set('timeout', .1) time.sleep(.2) return job
def topic(self, job): return job.set("data", {"oh": "noes"})