convex/cron.ts
import { cronJobs } from "convex/server"; import { internal } from "./_generated/api"; const crons = cronJobs(); crons.hourly( "fill missing book genres @ 0", { minuteUTC: 0 }, internal.myFunctions.fillMissingBookGenres ); export default crons;
Hi @everyone! Not sure if you've heard
james · 7d ago
We're organizing a conference
james · 2mo ago
@everyone Some big features from recent
ian · 2mo ago
Join the Discord to ask follow-up questions and connect with the community
Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.
16,164 Members