File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
internal-packages/run-engine/src/engine/systems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { startSpan } from "@internal/tracing" ;
22import { assertExhaustive } from "@trigger.dev/core" ;
3- import { DequeuedMessage , RetryOptions , tryCatch } from "@trigger.dev/core/v3" ;
3+ import { DequeuedMessage , RetryOptions } from "@trigger.dev/core/v3" ;
44import { getMaxDuration } from "@trigger.dev/core/v3/isomorphic" ;
55import { PrismaClientOrTransaction } from "@trigger.dev/database" ;
66import { getRunWithBackgroundWorkerTasks } from "../db/worker.js" ;
@@ -9,7 +9,7 @@ import { getMachinePreset } from "../machinePresets.js";
99import { isDequeueableExecutionStatus } from "../statuses.js" ;
1010import { RunEngineOptions } from "../types.js" ;
1111import { ExecutionSnapshotSystem , getLatestExecutionSnapshot } from "./executionSnapshotSystem.js" ;
12- import { RunAttemptSystem , safeParseGitMeta } from "./runAttemptSystem.js" ;
12+ import { RunAttemptSystem } from "./runAttemptSystem.js" ;
1313import { SystemResources } from "./systems.js" ;
1414
1515export type DequeueSystemOptions = {
You can’t perform that action at this time.
0 commit comments