Open Editor
Deno.cron("Sample cron", "*/1 * * * *", () => {
  console.log("Every minute, Deno Deploy runs this without a server");
});