Timeouts

By default, tasks will timeout after 10 minutes.

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

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