For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test Scheduling

The scheduling feature allows you to start a test at a set time, gradually increase traffic, and end it — making it more convenient to run tests and review data.

Scheduling can be configured regardless of test type (A/B Test, MAB Test, URL Test). However, traffic settings cannot be scheduled for MAB Tests.

Configure a schedule

You can configure a schedule for an A/B Test that is in Draft or Running status.

Click the schedule configuration button in the upper right of the test detail page to see the dialog shown below.

  1. Workspace timezone Schedules are set based on the workspace timezone. (Timezone can be modified in workspace settings.)

  2. Date, item, traffic Select the action to perform on the desired date and configure the traffic for the corresponding item.

    • Date: All schedules are executed in chronological order, and you can change the sort order using the Sort Chronologically button.

    • Item: You can select Start test, Configure traffic, or End test. Test Start must precede the scheduling of traffic configuration and end.

    • Traffic configuration: Only integers between 0(%) and 100(%) can be entered. When sorted chronologically, you cannot set a value lower than the previously configured value.

  3. Add schedule Click the Add Schedule button to add up to 10 schedules.

Configuration notes

  • Date All schedules can only be set at least 1 hour from the time of configuration.

  • Traffic Only integers between 0(%) and 100(%) can be entered. When sorted chronologically, you cannot set a value lower than the previously configured value.

Schedule completed

Once the schedule configuration is saved, you can see the upcoming schedule on the detail screen.

If there is an existing scheduled item and you manually change the test status (end test, configure traffic, pause, etc.), all previously scheduled items are reset.

Last updated