Closed busma13 closed 7 months ago
I don't think we should change this behavior, assuming things are working correctly. We may have internal tooling that depends on the defaults. And keep in mind there are several layers that could be blocking here:
It is still possible to have large assets, use --blocking
if you want to wait for the outcome of your asset upload.
Re-open this if the blocking itself is not working as it should be.
When deploying an asset with
earl
the request is not blocking by default. Earl will return a response that looks successful(green text) whether or not the asset upload succeeds or fails:Asset posted to local: 94829e7e555678dda2161d6f804c13043c0f67d8
. If you pass--blocking=false
and the asset fails to upload you will get an error message.Is this still the desired default? Maybe this is left over from when assets were not bundled by default and took much longer to load?
@godber