Skip to content

Commit 511832e

Browse files
committed
chore: upgrade @wei/probot-scheduler
1 parent f5ecb77 commit 511832e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@std/assert": "jsr:@std/assert@1",
1919
"@std/http": "jsr:@std/http@1",
2020
"@wei/pluralize": "jsr:@wei/pluralize@^8.0.2",
21-
"@wei/probot-scheduler": "jsr:@wei/[email protected].15",
21+
"@wei/probot-scheduler": "jsr:@wei/[email protected].16",
2222
"bullmq": "npm:bullmq@^5.26.2",
2323
"express": "npm:express@^4.21.1",
2424
"ioredis": "npm:ioredis@^5.4.1",

deno.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ worker.on("failed", (job, err) => {
2929
});
3030

3131
const gracefulShutdown = async (signal: string) => {
32-
console.log(`Received ${signal}, closing server...`);
32+
console.log(`Received ${signal}, closing worker...`);
3333
await worker.close();
3434
Deno.exit(0);
3535
};

0 commit comments

Comments
 (0)