Greetings. I have EE's running in an Azure SQL DB, collecting data to a ring buffer w success on a low usage environment. It collects data fine for a couple days then simply stops collecting. The only way I've found is to get it collecting data again is to stop/ start the whole thing.
A couple fun facts:
It doesn't actually stop until I stop it -- it's still running but just not collecting data.
I have the option checked to start on startup.
According to various articles I've read entries to the ring buffer are FIFO, so if it gets full it should simply wipe out old entries to make room for new entries.
Any ideas?