Skip to content

Commit 2acc8ee

Browse files
committed
chore: make pretty
Signed-off-by: blam <ben@blam.sh>
1 parent e1d6157 commit 2acc8ee

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

  • plugins/catalog-backend-module-incremental-ingestion

plugins/catalog-backend-module-incremental-ingestion/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ export default async function createPlugin(
9999

100100
If you want to manage your incremental entity providers via REST endpoints, the following endpoints are available:
101101

102-
| Method | Path | Description |
103-
| ------ | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
102+
| Method | Path | Description |
103+
| ------ | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
104104
| GET | `/api/catalog/incremental/health` | Checks the health of all incremental providers. Returns array of any unhealthy ones. |
105105
| GET | `/api/catalog/incremental/providers` | Get a list of all known incremental entity providers |
106106
| GET | `/api/catalog/incremental/providers/:provider` | Checks the status of an incremental provider (resting, interstitial, etc). |
@@ -333,12 +333,7 @@ incrementalBuilder.addIncrementalEntityProvider(myEntityProvider, {
333333

334334
// Optional back-off configuration - how long should it wait to retry
335335
// in the event of an error?
336-
backoff: [
337-
{ seconds: 5 },
338-
{ seconds: 30 },
339-
{ minutes: 10 },
340-
{ hours: 3 },
341-
],
336+
backoff: [{ seconds: 5 }, { seconds: 30 }, { minutes: 10 }, { hours: 3 }],
342337

343338
// Optional. Use this to prevent removal of entities above a given
344339
// percentage. This can be helpful if a data source is flaky and

0 commit comments

Comments
 (0)