Closed edi33416 closed 6 years ago
@gkleiman @brndnmtthws Sorry for the spam guys, but could you please help me?
@edi33416 the job's taskInfoData
field is used by Chronos to populate ExecutorInfo.data
, so it can't be used to change the max run time.
You would have to write a patch to add a new field to Chronos jobs and make Chronos use it to populate TaskInfo.max_completion_time
when launching a task.
@gkleiman I created the #881 PR for this issue
Closing as this has been implemented in #881
I am trying to specify a max run time for a job, and I think this could be done by setting the
DurationInfo
in TaskInfoFrom the Chronos [docs](), it is unclear to me how I can use the
taskInfoData
field to achieve my goal.Could someone please provide me with an example?
Thank you, Eduard