Skip to content

Commit

Permalink
chore: Add TODO for sponsorship balance notification and refill cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 6, 2025
1 parent 7b08b75 commit f3e5a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/cron/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"deploy": {
"runtime": "V2",
"startCommand": "pnpm --filter @hey/cron start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"multiRegionConfig": {
"europe-west4-drams3a": {
Expand Down
2 changes: 2 additions & 0 deletions apps/cron/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3e5a75

Please sign in to comment.