Skip to content

Tasks

Tasks are used to run instances of your script in parallel. The number of tasks created for your script is determined either by the Cereal application or by the user, depending on how you've set up your script configuration.

The cases where the user can determine the number of concurrent tasks are as follows:

  • When the return type of any of the configuration items is either Proxy or RandomProxy.
  • When at least one configuration item has its valuePerTask set to true.

In all other cases, Cereal creates only a single task for your script.