Hi, I am investigating a problem with Weathergraph's high battery use on Fenix 5X - a watchface updates weather in Background service's onTemporalEvent.
I noticed in server logs several 5X devices that query the forecast every few seconds instead of (at most) once in 5 minutes. This should be imposible, but it's happening, and it started recently - around a time of 10.50 according to a few users.
Could you investigate? I have a strong suspicion that 5X now disregards the 5 minute 'cooldown' for background service of watchface, and allows it to be scheduled as often as the app wants, with Background.registerForTemporalEvent(Time.now()).