Timeouts

By default, tasks will timeout after 10 minutes.

To increase the timeout, specify timeout on the task definition.

tasks:
  - key: long-running-task
    timeout: 30m
    run: ...