Add sdk.development.worker.wait_for_first_iteration_to_start_sec and sdk.development.worker.max_wait_for_first_iteration_to_start_sec configuration options

This commit is contained in:
allegroai
2024-04-16 18:41:47 +03:00
parent c751bea4dc
commit 2717c7ea76
4 changed files with 28 additions and 3 deletions

View File

@@ -228,6 +228,17 @@ sdk {
# compatibility feature, report memory usage for the entire machine
# default (false), report only on the running process and its sub-processes
report_global_mem_used: false
# if provided, start resource reporting after this amount of seconds
# report_start_sec: 30
# set the initial time (seconds) to wait for iteration reporting to be used as x-axis for the
# resource monitoring, if timeout exceeds then reverts to "seconds from start"
# wait_for_first_iteration_to_start_sec: 30
# set the maximum time (seconds) to allow the resource monitoring to revert back to
# iteration reporting x-axis after starting to report "seconds from start"
# max_wait_for_first_iteration_to_start_sec: 1800
}
}
}