IncrementalEntityProviderOptions.backoff
Home > @backstage/plugin-catalog-backend-module-incremental-ingestion
> IncrementalEntityProviderOptions
> backoff
In the event of an error during an ingestion burst, the backoff determines how soon it will be retried. E.g. [{ minutes: 1}, { minutes: 5}, {minutes: 30 }, { hours: 3 }]
Signature:
backoff?: HumanDuration[];