summaryrefslogtreecommitdiffstats
path: root/test-scheduler/server/conductorclient/mock_tasks.json
blob: 76cbedd94bc96ae3d6aec5245ba158f7ef1521d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "task_group_1":[
        {
            "name": "http_yardstick_test",
            "retryCount": 3,
            "timeOutSeconds": 1200,
            "timeOutPolicy": "TIME_OUT_WF",
            "retryLogic": "FIXED",
            "retryDelaySeconds": 600,
            "responseTimeOutSeconds": 3600
        }
    ]
}