TaskStoreRecoverTaskOptions
Home > @backstage/plugin-scaffolder-backend
> TaskStoreRecoverTaskOptions
Warning: This API is now obsolete.
this type is deprecated, and there will be a new way to create Workers in the next major version.
The options passed to TaskStore.recoverTasks()
Signature:
export type TaskStoreRecoverTaskOptions = {
timeout: HumanDuration;
};
References: HumanDuration