emigrate/packages/cli/src/defaults.ts
Joakim Carlstein a4da353d5a feat(cli): add graceful process abort
Using an AbortSignal and Promise.race we abandon running migrations that take longer to complete after the process is aborted than the given abortRespite period
2024-01-22 11:30:06 +01:00

2 lines
108 B
TypeScript

// eslint-disable-next-line @typescript-eslint/naming-convention
export const DEFAULT_RESPITE_SECONDS = 10;