Skip to content

Support JSON schedule syntax for Deno Cron #9876

Description

@AbhiPrasad

https://deno.com/blog/v1.39#cron
https://deno.land/api@v1.39.0?s=Deno.CronSchedule&unstable=

Deno.cron("myCron", {
  minutes: { every: 20 },
}, () => {
  console.log("Running every 20 minutes");
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions