Re: Command Executor

2017-08-09 Thread Oeg Bizz
Ben,  That is exactly what I did, the problem is that is not being invoked when the mesos-slave starts.  I am trying to avoid sending a bogus initial task just to kick it off, but it seems there is no way to tell the mesos-slave to start the executor at startup, is it? Thanks for your reply,  Os

Re: Command Executor

2017-08-09 Thread Till Toenshoff
If I got you right, then what you want is something that has the exact lifetime of the agent process and allows you any kind of a custom API. Maybe you should consider using a module for this. There is this notion of so called anonymous modules. Such module simply coexists with the parent proces