Hi,
Is there a way to specify distinct IDs to various shards of jobs? Like
specifying {{mesos.instance}} in the Job configuration in the .aurora file?
I am trying to use a custom mountpoint for instances of the same job across
a cluster and could like to name the mountpoint distinctly, so that if the
job restarts on the same machine on the cluster, it can recover state from
the appropriate folder.
I have tried using {{mesos.instance}} and {{thermos.task_id}} in the
.aurora file.
However, they only work in the Process() and not in Job().
Thanks.