mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 19:06:12 +08:00
Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
commit
75658c58a2
@ -94,8 +94,8 @@ const processJobInternal = async (token: string, job: Job) => {
|
||||
|
||||
let isShuttingDown = false;
|
||||
|
||||
process.on("SIGINT", () => {
|
||||
console.log("Received SIGINT. Shutting down gracefully...");
|
||||
process.on("SIGTERM", () => {
|
||||
console.log("Received SIGTERM. Shutting down gracefully...");
|
||||
isShuttingDown = true;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user