SchedulerServiceTaskScheduleDefinitionConfig.timeout
Home > @backstage/backend-plugin-api
> SchedulerServiceTaskScheduleDefinitionConfig
> 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: string | HumanDuration;