My app is supposed to accept tcp connections on the port 3309 after
successful deployment.
The mesos task to periodically check for that i am referring as
"healthcheck task".
My understanding is that you can do the same in Marathon app deployments
with json code like:

"portIndex": $PORT1,
  "protocol": "TCP",
  "gracePeriodSeconds": 300,
  "intervalSeconds": 60,
  "timeoutSeconds": 20,



On Wed, Dec 7, 2016 at 11:22 AM, Alex Rukletsov <a...@mesosphere.com> wrote:

> What exactly do you mean under "health check task"?
>
> On Wed, Dec 7, 2016 at 5:09 PM, Victor L <vlyamt...@gmail.com> wrote:
>
>> Can someone recommend simple example of how to add healthcheck task to
>> java framework?
>> Thanks,
>>
>>
>

Reply via email to