Bun

interface

CronController

interface CronController

  • readonly cron: string

    The cron expression that triggered this invocation.

  • readonly scheduledTime: number

    Timestamp (ms since epoch) when the job was scheduled to run.

  • readonly type: 'scheduled'

    The type of event that triggered the handler. Always "scheduled".