IncrementalEntityProviderOptions
Home > @backstage/plugin-catalog-backend-module-incremental-ingestion > IncrementalEntityProviderOptions
Signature:
export interface IncrementalEntityProviderOptions 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (Optional) In the event of an error during an ingestion burst, the backoff determines how soon it will be retried. E.g.  | |||
| Entities are ingested in bursts. This interval determines how much time to wait in between each burst. | |||
| Entities are ingested in bursts. This value determines how long to keep ingesting within each burst. | |||
| boolean | (Optional) Similar to the rejectRemovalsAbovePercentage, this option prevents removals in circumstances where a data source has improperly returned 0 assets. If set to  | ||
| number | (Optional) If an error occurs at a data source that results in a large number of assets being inadvertently removed, it will result in Backstage removing all associated entities. To avoid that, set a percentage of entities past which removal will be disallowed. | ||
| After a successful ingestion, the incremental entity provider will rest for this period of time before starting to ingest again. |