Merge pull request #14907 from backstage/freben/native-abort

remove usages of node-abort-controller
This commit is contained in:
Fredrik Adelöw
2022-11-29 12:01:17 +01:00
committed by GitHub
26 changed files with 42 additions and 49 deletions
@@ -21,7 +21,6 @@ import {
IterationEngineOptions,
} from '../types';
import { IncrementalIngestionDatabaseManager } from '../database/IncrementalIngestionDatabaseManager';
import type { AbortSignal } from 'node-abort-controller';
import { performance } from 'perf_hooks';
import { Duration, DurationObjectUnits } from 'luxon';
import { v4 } from 'uuid';
-1
View File
@@ -33,7 +33,6 @@
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"ndjson": "^2.0.0",
"node-abort-controller": "^3.0.1",
"uuid": "^8.3.2",
"winston": "^3.2.1"
},
@@ -14,7 +14,6 @@
* limitations under the License.
*/
import { AbortController } from 'node-abort-controller';
import { Logger } from 'winston';
import { TaskFunction, TaskRunner } from '@backstage/backend-tasks';