Node SDK

Interface Cron

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class

First, remember that for legacy reasons Cron really means Bot. This is details about a bot.

Hierarchy

  • Cron

Index

Properties

checkpoints?: Checkpoints

List of read/write positions of sources and destinations for this bot

force?: boolean

For local dev it will ignore the cron locking and force it to run (will run through the handshake and force it to take the lock)

id: string

The ID of the bot

ignoreLock?: boolean

For local dev, skip the locking process altogether for guaranteing only one instance of the bot runs

iid?: string

The instance ID of the bot, used for fanout. So, if running multiple instances of the same bot we can tell which this is.

name: string

The name of the bot

ts: number

The invocation timestamp token which is what is used to lock on to prevent multiple concurrent invocations to the same bot

Generated using TypeDoc