I’m not sure how analytics work for marathon, but should there be a concept of push/pull?
Meaning that devs running marathon locally should not push new analytic info from their local dev machines, but it would make sense for them to pull from the analytics server?
For example, Gradle recommends that local dev environments do not push to the remote build cache, but only pull from it.
I would imagine that it would make sense for Marathon’s analytics to do the same?
I’m not sure how analytics work for marathon, but should there be a concept of
push
/pull
?Meaning that devs running marathon locally should not push new analytic info from their local dev machines, but it would make sense for them to pull from the analytics server?
For example, Gradle recommends that local dev environments do not push to the remote build cache, but only pull from it.
I would imagine that it would make sense for Marathon’s analytics to do the same?