def main(): log.info('Worker starting...') # TODO: Register the callback pubsub.pull_feedback(pubsub_callback) # END TODO while True: time.sleep(60)