I've had it starting (RTC alarm) every 20 seconds from standby(). It beacons the battery percentage (LiFePO4 fuel gauge, i2c) for 1 second then drops into standby() and the process repeats.
The 20-second period is short but I wanted to make sure this was robust and also so I could see the battery being impacted faster.
This setup has never once made it through the night (in ~2 weeks) without the above issue and unfortunately since it hangs in a [relatively] high-current state, has killed a couple of the little LiFePO4s
I have implemented a WDT workaround and it's been running (3 devices) for ~48 hours now ok.
Clearly this is an unusual scenario and I understand if it goes on the "maybe later" pile
--Nick