We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18af16d commit 671af64Copy full SHA for 671af64
scripts/check-long-queue-s390x.js
@@ -9,7 +9,7 @@ const jsonData = dd.response.body;
9
const parsedData = JSON.parse(jsonData);
10
11
const highQueueItems = parsedData
12
- .filter(item => item.machine_type.includes(MACHINE_TYPE_FILTER) && item.avg_queue_s > 10800)
+ .filter(item => item.machine_type.includes(MACHINE_TYPE_FILTER) && item.avg_queue_s > 21600)
13
.map(item => ({ machine_type: item.machine_type, avg_queue_s: item.avg_queue_s }));
14
15
if (highQueueItems.length > 0) {
0 commit comments