MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / cronTrigger

Function cronTrigger

packages/trigger-sdk/src/triggers/scheduled.ts:144–146  ·  view source on GitHub ↗
(options: CronOptions)

Source from the content-addressed store, hash-verified

142 * @param options An object containing options about the CRON schedule.
143 */
144export function cronTrigger(options: CronOptions) {
145 return new CronTrigger(options);
146}
147
148/** DynamicSchedule options
149 * @param id Used to uniquely identify a DynamicSchedule

Callers 1

schedules.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…