Interface: BursarRuntimeStartOptions
Defined in: javascript/src/storage/runtime.ts:84
Properties
loadCatalog?
optionalloadCatalog?:boolean
Defined in: javascript/src/storage/runtime.ts:86
Load the active catalog before starting background workers.
maxAttempts?
optionalmaxAttempts?:number
Defined in: javascript/src/storage/runtime.ts:88
Total catalog-load attempts, including the first. Defaults to 1.
maxElapsedMs?
optionalmaxElapsedMs?:number
Defined in: javascript/src/storage/runtime.ts:93
Maximum elapsed catalog-load retry budget. Defaults to 30 seconds.
retryDelayMs?
optionalretryDelayMs?:number
Defined in: javascript/src/storage/runtime.ts:90
Initial retry delay. Each retry doubles up to 5 seconds.
shouldRetry?
optionalshouldRetry?: (error) =>boolean
Defined in: javascript/src/storage/runtime.ts:91
Parameters
error
unknown
Returns
boolean
signal?
optionalsignal?:AbortSignal
Defined in: javascript/src/storage/runtime.ts:95
Abort startup retries and pending backoff.