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

Function intervalTrigger

packages/trigger-sdk/src/triggers/scheduled.ts:79–81  ·  view source on GitHub ↗
(options: IntervalOptions)

Source from the content-addressed store, hash-verified

77 * @param options An object containing options about the interval.
78 */
79export function intervalTrigger(options: IntervalOptions) {
80 return new IntervalTrigger(options);
81}
82
83export class CronTrigger implements Trigger<ScheduledEventSpecification> {
84 constructor(private options: CronOptions) {}

Callers 2

misconfigured.tsFile · 0.90
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…