import { schedules } from "../Schedules"; schedules.task({ name: "report", id: "report", cron: "*/50 * * * *", run: async () => { console.log("hello from job 1"); }, });