Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/plugins/cron/mod.ts>CronOptions

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias CronOptions
import { type CronOptions } from "https://deno.land/x/netzo@0.5.14/plugins/cron/mod.ts";
definition: { backoffSchedule?: number[]; signal?: AbortSignal; }