Class Sidetrack<Queues>

Main class that contains all the primary methods for interacting with Sidetrack

Type Parameters

Hierarchy (View Summary)

Constructors

Methods

  • Schedule a cron job on a queue

    Type Parameters

    • K extends string | number | symbol

    Parameters

    • queueName: K

      The queue to schedule the cron job on

    • cronExpression: string

      A 5 or 6 part cron expression

    • payload: Queues[K]
    • Optionaloptions: SidetrackCronJobOptions

    Returns Promise<SidetrackCronJobs>