# run forever, until the current process is stoppedrunner.run_forever()
tilebox.workflows
TaskRunner.run_forever
Copy
Ask AI
# run forever, until the current process is stoppedrunner.run_forever()
Copy
Ask AI
def TaskRunner.run_forever()
Run the task runner forever. This will poll for new tasks and execute them as they come in.
If no tasks are available, it will sleep for a short time and then try again.
Copy
Ask AI
# run forever, until the current process is stoppedrunner.run_forever()