Skip to content

Commit 09145b3

Browse files
committed
enable SIGINT
1 parent a929974 commit 09145b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/dynamicFlushScheduler.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class DynamicFlushScheduler<T> {
6464

6565
private setupShutdownHandlers() {
6666
process.on("SIGTERM", this.shutdown.bind(this));
67+
process.on("SIGINT", this.shutdown.bind(this));
6768
}
6869

6970
private async shutdown(): Promise<void> {

0 commit comments

Comments
 (0)