Optional
options: SidetrackCancelJobOptionsDeactivate a cron schedule. This prevents the cron schedule from creating new jobs.
The queue to deactivate the cron job from
The cron expression to deactivate
Optional
options: SidetrackDeactivateCronScheduleOptionsDelete a cron schedule. This removes the cron job from the database.
The queue to delete the cron job from
The cron expression to delete
Optional
options: SidetrackDeleteCronScheduleOptionsOptional
options: SidetrackDeleteJobOptionsOptional
options: SidetrackGetJobOptionsOptional
options: SidetrackInsertJobOptionsTest utility to get a list of jobs
Optional
options: SidetrackListJobsOptions<Queues, K>Test utility to get a list of job statuses and their counts
Optional
options: SidetrackListJobStatusesOptions<Queues, K>Test utility to run a job manually without polling
Optional
options: SidetrackRunJobOptionsTest utility to run all jobs in a queue manually without polling
Optional
options: SidetrackRunJobsOptions<Queues, K>Schedule a cron job on a queue
The queue to schedule the cron job on
A 5 or 6 part cron expression
Optional
options: SidetrackCronJobOptionsAutomatically run migrations and start polling the DB for jobs
Turn off polling
Test utility class that extends Sidetrack to also include some utilities you would only use in tests For example, see the list and run methods