Hello everybody.

I was thinking on adding support for the current Mesos' Grace Period Kill
Policy when running Docker containers without Thermos. It is currently the
only Kill Policy implemented by Mesos. (More information can be found here
https://github.com/apache/mesos/blob/master/CHANGELOG#L576-L585 and JIRA
issue here https://issues.apache.org/jira/browse/MESOS-4909)

My idea is to add a Kill Policy to TaskConfig in order to pass it on to
Mesos. The "finalization_wait" field of the task schema can be used to
create the corresponding Kill Policy.

What do you think?

Reply via email to