Skip to content

Commit

Permalink
Merge pull request #513 from bettersg/feat/shift-batch-job-timing
Browse files Browse the repository at this point in the history
updated batch job timing
  • Loading branch information
sarge1989 authored Nov 16, 2024
2 parents 8e52cc1 + 9311857 commit 1e38945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/definitions/batchJobs/batchJobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const scheduledDeactivation = onSchedule(

const checkForCompletion = onSchedule(
{
schedule: "11 20 * * *",
schedule: "41 20 * * *",
timeZone: "Asia/Singapore",
secrets: ["TELEGRAM_CHECKER_BOT_TOKEN", "TELEGRAM_ADMIN_BOT_TOKEN"],
region: "asia-southeast1",
Expand Down

0 comments on commit 1e38945

Please sign in to comment.