Skip to content

Commit

Permalink
fix(Operations/Operation/JobsMonitor): use 'with_monitoring_descripto…
Browse files Browse the repository at this point in the history
…r' flag [YTFRONT-4346]
  • Loading branch information
ma-efremoff committed Sep 10, 2024
1 parent b58e8ba commit bbf5415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getJobsMonitoringDescriptors(operation_id: string): JobsMonitorT

return ytApiV3Id
.listJobs(YTApiId.listJobs100, {
parameters: {operation_id, limit: maxJobCount},
parameters: {operation_id, limit: maxJobCount, with_monitoring_descriptor: true},
cancellation: cancelHerlper.removeAllAndSave,
})
.then(({jobs}) => {
Expand Down

0 comments on commit bbf5415

Please # to comment.