Because of this:
https://github.com/cartalyst/themes/blob/3.0/src/Assets/AssetManager.php#L475
Cache names are different across the web servers, and as we the default way of load balancer, it splits all requests between server, in my use case i'm getting the html from one server, but it's trying to get the assets from another, which doesn't exists because the cache busting are different.
I don't want to have a CDN for now, so would be good have some cache busting configuration...