Ability to specify cache on mesos artifact#1417
Conversation
|
Hi again, I've just tried the cache from self-compiled singularity (current master). And when I did a deployment with the original approach (no caching, just specifying the artifacts as strings) None of the resources was unpacked in the sandbox directory - which Mesos does by default when not specifying the I think the behavior should be the same - see: http://mesos.apache.org/documentation/latest/fetcher/ When I did the deploy with the object specification everything worked just fine |
|
Ah, I had been defaulting it to false for all of those parameters, we can update that |
|
Well, since you are breaking previous behaviour - which might cause all tasks that rely on an archive unpacking to fail, plus its against the mesos-default behavior, I would suggest to change the |
|
Yep, like I said, we can update. I'll get a PR in before we do the next release |
/fixes #1416