Skip to main content

TaskScheduleDefinition.timeout

Home > @backstage/backend-tasks > TaskScheduleDefinition > timeout

The maximum amount of time that a single task invocation can take, before it's considered timed out and gets "released" such that a new invocation is permitted to take place (possibly, then, on a different worker).

Signature:

timeout: Duration | HumanDuration;