fix usage value

This commit is contained in:
KMKoushik
2025-03-23 08:47:11 +11:00
parent 2d90f08b42
commit 66a9b73269
2 changed files with 16 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ const worker = new Worker(
await usageQueue.upsertJobScheduler(
"daily-usage-report",
{
pattern: "0 0 * * *", // Run every day at 12 AM
pattern: "0 */12 * * *", // Run every 12 hours (at 00:00, 12:00 UTC)
tz: "UTC",
},
{