Apache Mesos
Functions
systemd::mesos Namespace Reference

Functions

Try< NothingextendLifetime (pid_t child)
 A hook that is executed in the parent process. More...
 

Function Documentation

Try<Nothing> systemd::mesos::extendLifetime ( pid_t  child)

A hook that is executed in the parent process.

It migrates the pid of the child process into the MESOS_EXECUTORS_SLICE in order to extend its life beyond that of the agent.

Returns
Nothing if successful, otherwise Error.