The scheduler allows tests to be executed according to a specified CRON
expression. Tests for scheduler tasks are assigned using namespaces,
enabling the execution of a large number of objects at once. This
approach minimizes the need to modify scheduler tasks when new data
becomes available. The scheduler also allows the execution of specific
tests by specifying their PublicID. This is useful when a particular
test requires a specific timing.
To execute test runs, each scheduler task must be assigned a token
with permissions for cyclic actions and sending requests. It is allowed
to use a single token across multiple scheduler tasks.