I doubt it takes a minute to update the receiving system. Let's say it does though, that's 120 to 300 hours (if my math is right, up to 12 days) so do-able for a batch of ale. I assume there's better batteries to be had so that should only get better.
Folks seem to be using this. My only concern would be using it for a long lager where the time + the cold would work against it.
I think it needs around 10 seconds, not more than 20 seconds. Per my experience, ESP8266 takes less than 5 seconds to connect to my AP and setup the HTTP server. I might program to read the sensor for about 1~3 seconds to make sure it is stable. The connection to remote server should be done in 5 seconds.
Without some tools, I can't figure out precise numbers. That's a rough idea so that I have a target to shot off.
The circuit of iSpindel is simple and the same as I have thought: MPU6050, DS18B20 and the circuit for Deep Sleep of ESP8266. What I didn't think of is the measurement of power voltage. I don't understand the reason of removing the diode of D1 mini either.
If anyone is interesting in this project, you might now start to collect the parts and even BUILD it. Even I will start a different project, the hardware will be the same. I have only one concern about it: the leakage of MPU6050 and DS18B20 might be an issue in the long term. I would try to power them by GPIO, which provides maximum 12mA, if I had not soldered the MPU6050 on the NodeMcu board.
You know what? I am more willing to use this design because it is proven and there is already a software even I fail to create one.