Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

Specifies an array of processes to run on a timed basis. For each object in the array, you should provide the following:

  • task - the Profound.js script to run
  • startDelay - the delay (in minutes) after the server starts to run the task for the first time
  • interval - the interval (in minutes) between each subsequent run of the task
Sample Configuration
"timedTasks": [
  {
    "task": "mytask.js",
    "startDelay": 1,
    "interval": 5
  }
]
  • No labels