haristku

Results 15 comments of haristku

@trgtrg @rs-orlov i think the `proxy_pass` on your configuration is making a loop, so the cycle is broken because nginx will immediately respond to `X-Accel-Redirect` header. you have 2 options:...

> I think this makes sense, not sure if the omission was intentional or just an oversight during the implementation. Perhaps @jeremystretch can shed some light? If it was unintended,...

@solofeed [try this one](https://github.com/slact/nchan/issues/266#issuecomment-475075290)

@snake14 , @AltamashShaikh fyi, the PR require to enabled [`pcntl`](https://github.com/haristku/plugin-QueuedTracking/blob/36a746c624053f0f68cfb0619e36ecd7e11d3d5e/Commands/Process.php#L104) php-extention, because i don't know why the `register_shutdown_function` wasn't work, maybe because the signal is delayed by the `sleep` statement...

> That brings up a good point @haristku . Since Matomo has to support non-Unix operating systems, like Windows, I don't think we can use `pcntl` in the application. What...

> That brings up a good point @haristku . Since Matomo has to support non-Unix operating systems, like Windows, I don't think we can use `pcntl` in the application. What...

@AltamashShaikh i'll make some more code spacing and alignment adaptations, brb.. thank you.. 👍

> @haristku We just had a chat on this internally, will it be possible for you to break this PR into 2-3 parts ? > > 1. getQueueIdForVisitor change >...

@AltamashShaikh @snake14 i have created two new PRs to separate the parts. PR for "redis cluster" part will follow later, because i have to fix the [**already checked "Enable Redis...

> > @newjar Do you know how many requests are being processed with batch size of 25 ? > > Here is the data for the batch size of 25:...