Add agent workflows & stuff
Build and Push Next App / quality (push) Failing after 48s
Build and Push Next App / build-next (push) Has been skipped

This commit is contained in:
Gabriel Brown
2026-06-21 21:15:15 -05:00
parent cf7ff2ee4e
commit 2dfa97ee4f
102 changed files with 8488 additions and 161 deletions
+10
View File
@@ -1,7 +1,17 @@
import { cronJobs } from 'convex/server';
import { internal } from './_generated/api';
// Cron order: Minute Hour DayOfMonth Month DayOfWeek
const crons = cronJobs();
crons.interval(
'Refresh due GitHub Spoons',
{ hours: 1 },
internal.githubSync.refreshDueSpoons,
{
limit: 10,
},
);
/* Example cron jobs
crons.cron(
// Run at 7:00 AM CST / 8:00 AM CDT