Noticed a few people have mentioned constant heartbeat messages and I've seen the same in Telegram.
After digging into it the heartbeat config file, mine is empty.
Further digging uncovered this:
Root cause: Multiple gateway restarts are resetting the heartbeat timer. Each "[heartbeat] started" in the log = one restart.```
```The gateway is restarting because:
1. update.run is being called β this always triggers a restart after updates
2. config.apply is failing with "invalid config" but still triggering a reload
3. Config change detection is picking up modifications
What's sending these?```
I've not been making frequent overnight config changes either.