Skip to main content
Simple Periodic Tasks or Events Trigger Examples: Wallet top-up, Subscription Payment, Contract job execution

Functionality

  • Cron interval. Refer to Cron for syntax
  • Arbitrary data input to the Script (will be in input variable)
  • Scripts to execute
  • Generate Alerts on Errors (in Script execution)
  • Alert on every Error. If unchecked, only new unique Errors will be alerted and duplicates will be omitted
  • Description template for the Alert description. Can use any meta field as placeholder (e.g. {result})

Configuration

  • Cron expression (cron, default: 10 min): Cron expression See common configuration.
  • Data (data, default: None): Arbitrary data input to Script
  • Scripts (script, default: []): Scripts to execute
  • Track Errors (track_err, default: True): Track Errors as Alerts
  • Track Error (always) (err_always, default: True): Always Alert on Error
  • Description (desc, default: {result}{err}): Description Pattern
  • Severity (severity, default: -1): Severity See common configuration.
No specific network configuration required (Any network).