a9cd7750f4
CI / unit-test (push) Has been cancelled
CI / detect-changes (push) Has been cancelled
CI / build (push) Has been cancelled
Publish docs via GitHub Pages / Deploy docs (push) Has been cancelled
CI / test-harness (push) Has been cancelled
CI / generate-e2e-matrix (push) Has been cancelled
CI / e2e (push) Has been cancelled
CI / build-ui (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
UI v2 Integration CI / E2E (Integration) (push) Has been cancelled
UI v2 CI / Lint, Format & Test (push) Has been cancelled
UI v2 CI / E2E (Mocked) (push) Has been cancelled
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
[
|
|
{
|
|
"updateTime": 1629995112563,
|
|
"updatedBy": "user1@example.com",
|
|
"name": "example_task_1",
|
|
"retryCount": 4,
|
|
"timeoutSeconds": 0,
|
|
"inputKeys": [],
|
|
"outputKeys": [],
|
|
"timeoutPolicy": "TIME_OUT_WF",
|
|
"retryLogic": "FIXED",
|
|
"retryDelaySeconds": 120,
|
|
"responseTimeoutSeconds": 1800,
|
|
"inputTemplate": {},
|
|
"rateLimitPerFrequency": 0,
|
|
"rateLimitFrequencyInSeconds": 1,
|
|
"ownerEmail": "user1@example.com",
|
|
"backoffScaleFactor": 1
|
|
},
|
|
{
|
|
"createTime": 1562373417179,
|
|
"createdBy": "user2@example.com",
|
|
"name": "example_task_2",
|
|
"retryCount": 2,
|
|
"timeoutSeconds": 0,
|
|
"inputKeys": [],
|
|
"outputKeys": [],
|
|
"timeoutPolicy": "RETRY",
|
|
"retryLogic": "EXPONENTIAL_BACKOFF",
|
|
"retryDelaySeconds": 30,
|
|
"responseTimeoutSeconds": 120,
|
|
"inputTemplate": {},
|
|
"rateLimitPerFrequency": 0,
|
|
"rateLimitFrequencyInSeconds": 1,
|
|
"backoffScaleFactor": 1
|
|
},
|
|
{
|
|
"createTime": 1627367321969,
|
|
"createdBy": "user3@example.com",
|
|
"name": "example_task_3",
|
|
"retryCount": 3,
|
|
"timeoutSeconds": 1800,
|
|
"inputKeys": ["projectId"],
|
|
"outputKeys": [],
|
|
"timeoutPolicy": "TIME_OUT_WF",
|
|
"retryLogic": "EXPONENTIAL_BACKOFF",
|
|
"retryDelaySeconds": 3,
|
|
"responseTimeoutSeconds": 1800,
|
|
"inputTemplate": {},
|
|
"rateLimitPerFrequency": 0,
|
|
"rateLimitFrequencyInSeconds": 1,
|
|
"ownerEmail": "user3@example.com",
|
|
"backoffScaleFactor": 1
|
|
}
|
|
]
|