plugin-QueuedTracking
plugin-QueuedTracking copied to clipboard
Scale your large traffic Matomo service by queuing tracking requests (in Redis or MySQL) for better performance.
We are enabling a Queue Tracking using Redis, but I'm facing an issue where Redis memory usage continuously increases. I've even set it to 40GB of RAM, but it still...
Can you please tell me if we can use KeyDB als alternative to Redis for Queued Tracking (which actually is an opensource fork of REDIS?) If not, it would be...
Hi Matomo Team. I installed this plugin "Queued Tracking", and configured as 1 single queue with 50 request as default. Once there are massive requests in the queue, it looks...
Here are some notes I wrote earlier and thought it would be useful to put in the FAQ maybe? ## How do I setup QueuedTracking on multiple tracking servers? Say...
Hi we have come a long way and finally we have reproduced the issue which we are facing since february this year. When we use queuedtracking with a cronjob (with...
Hello, since few Matomo versions we have returning problem with the second queue which is growing forever (until I remove this plugin and reinstall it back, as I haven't found...
This is a suggestion Multi Tenant. I'm working with a multi tenant setup as described [here](https://developer.matomo.org/guides/multi-tenants) in the Matomo documentation. The documentation describes how split the mysql database. Having multiple...
We just lost 230,000 events of customer data because we changed our Redis queue password from the settings. I can't imagine why one would ever intentionally issue a FLUSH command...
Hi Matomo! As seen there: #192 when there is tracking errors, they are not visible anymore when the Queue tracking is enabled. Another example is available for such tracking failures...
We're experiencing extremely slow dequeuing of one of our sites. The following snippet from verbose logging shows that it takes almost 3 minutes to lookup visitor. This worked well for...