Buckets:
| import * as Rx from 'rxjs'; | |
| import { Command } from '../command'; | |
| import { Logger } from '../logger'; | |
| import { FlowController } from './flow-controller'; | |
| export type RestartDelay = number | 'exponential'; | |
| /** | |
| * Restarts commands that fail up to a defined number of times. | |
| */ | |
| export declare class RestartProcess implements FlowController { | |
| private readonly logger; | |
| private readonly scheduler?; | |
| private readonly delay; | |
| readonly tries: number; | |
| constructor({ delay, tries, logger, scheduler, }: { | |
| delay?: RestartDelay; | |
| tries?: number; | |
| logger: Logger; | |
| scheduler?: Rx.SchedulerLike; | |
| }); | |
| handle(commands: Command[]): { | |
| commands: Command[]; | |
| }; | |
| } | |
Xet Storage Details
- Size:
- 712 Bytes
- Xet hash:
- 51c416644d89bd0b61c0a46ce1cf245cf5413f8a3d285b13f578165865b3a350
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.