From f3e5a758a6012739f08fcb7ab6525cb4a3b468d0 Mon Sep 17 00:00:00 2001 From: Bigint <69431456+bigint@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:25:38 +0530 Subject: [PATCH] chore: Add TODO for sponsorship balance notification and refill cron job --- apps/cron/railway.json | 1 - apps/cron/src/index.ts | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cron/railway.json b/apps/cron/railway.json index e40b27febeea..da244a9d0c40 100644 --- a/apps/cron/railway.json +++ b/apps/cron/railway.json @@ -7,7 +7,6 @@ "deploy": { "runtime": "V2", "startCommand": "pnpm --filter @hey/cron start", - "healthcheckPath": "/", "healthcheckTimeout": 1000, "multiRegionConfig": { "europe-west4-drams3a": { diff --git a/apps/cron/src/index.ts b/apps/cron/src/index.ts index 30fe59bc0d82..a4d991c4f6a8 100644 --- a/apps/cron/src/index.ts +++ b/apps/cron/src/index.ts @@ -21,6 +21,8 @@ const startCronJobs = () => { await dbVacuum(); return; }); + + // TODO: Add sponsorship balance notification to Discord and also add refill cron job }; // Initialize cron jobs