Bridge Relay - Hiberantion restart fine, but no traffic..

Tor 0.4.5.10 on Linux

I’ve had an active Tor Bridge Relay for more than 2 years, and everything works fine apart from the hibernation wake up. When the Bridge hits the traffic limit it hibernates correctly and then wakes up correctly at the end of the traffic limit period. The problem is that the bridge doesn’t get any traffic until I restart it. Then everything starts working OK again.

Here an example from the logs:

Mar 16 12:17:03 Tor[556]: Bandwidth soft limit reached; commencing hibernation. No new connections will be accepted
Mar 16 12:17:03 Tor[556]: Delaying directory fetches: We are hibernating or shutting down.
Mar 16 12:26:25 Tor[556]: Going dormant. Blowing away remaining connections.
Mar 16 15:47:44 Tor[556]: Heartbeat: Tor’s uptime is 1 day 6:00 hours, with 0 circuits open. I’ve sent 9.00 GB and received 9.17 GB. I’ve received 949 connections on IPv4 and 0 on IPv6. I’ve made 6080 connections with IPv4 and 0 with IPv6. We are currently hibernating.

Mar 17 00:01:00 Tor[556]: Hibernation period ended. Resuming normal activity.
Mar 17 00:01:00 Tor[556]: Opening Socks listener on /run/tor/socks
Mar 17 00:01:00 Tor[556]: Opened Socks listener connection (ready) on /run/tor/socks
Mar 17 00:01:00 Tor[556]: Opening Socks listener on 127.0.0.1:9050
Mar 17 00:01:00 Tor[556]: Opened Socks listener connection (ready) on 127.0.0.1:9050
Mar 17 00:01:00 Tor[556]: Opening Extended OR listener on 127.0.0.1:0
Mar 17 00:01:00 Tor[556]: Extended OR listener listening on port 43435.
Mar 17 00:01:00 Tor[556]: Opened Extended OR listener connection (ready) on 127.0.0.1:43435
Mar 17 00:01:00 Tor[556]: Opening OR listener on 0.0.0.0:55225
Mar 17 00:01:00 Tor[556]: Opened OR listener connection (ready) on 0.0.0.0:55225
Mar 17 03:47:44 Tor[556]: Heartbeat: Tor’s uptime is 3:46 hours, with 14 circuits open. I’ve sent 9.00 GB and received 9.18 GB. I’ve received 960 connections on IPv4 and 0 on IPv6. I’ve made 6102 connections with IPv4 and 0 with IPv6.
Mar 17 03:47:44 Tor[556]: While not bootstrapping, fetched this many bytes: 24524328 (server descriptor fetch); 1881 (server descriptor upload); 2510345 (consensus network-status fetch); 271909 (microdescriptor fetch)
Mar 17 03:47:44 Tor[556]: Heartbeat: Accounting enabled. Sent: 1.25 MB, Received: 10.23 MB, Used: 10.24 MB / 8.00 GB, Rule: max. The current accounting interval ends on 2022-03-18 00:01:00, in 20:13 hours.
Mar 17 03:47:44 Tor[556]: Heartbeat: In the last 6 hours, I have seen 0 unique clients.

Any idea on why and how I can solve that issue?
I would like to stop checking the bridge every few days to see if I need to restart it again [I’ve been doing it for too long already].