DanP

Results 14 comments of DanP

We have tried load testing with the following data: hosts timers interval 10 * 64*15 10 - 9600 per 10 seconds OK 10 * 975*15 10 - 146250 per 10...

The number of events are written in the last commit. So there are 10 instances each sending 1956*10 number of metrics every 10 seconds. So there are 293400 number of...

@pyr seems like this issue is related to another opened issue https://github.com/pyr/cyanite/issues/279

I have compiled the project after this commit https://github.com/pyr/cyanite/pull/265 and it seems that now we can see data but the log file of cyanite is spamming with the following message:...

We've tested with 1.25.2 and most of our EC2 deployments hang, instances are not visible in the clusters section and the asg is not reported healthy thus the deploy stages...

a rolling restart to the clouddriver caching makes the setup work again. my guess is that the caching is the problem, we'll wait a bit to see the errors coming...

Hello, do you have any suggestions on this?

Seems like it's a similar issues as [this](https://stackoverflow.com/questions/71366029/scylla-gocqlx-how-to-implement-pagination-similar-to-a-cursor) one but I've encoded the token and when trying to decode it I get the above mentioned error

And note that because this is sent in a GET request as parameter, the path will look something like: `/messages/437407911753331250?cid=437407628419707442&pagestate=AAAAAKAAAAAUAAAAAQAAAAgAAAAGEfwtogCyMgEUAAAAAQAAAAgAAAAGM/dzTQACBPz///9/Q/VGQ2HTULAGFFSvSjmaAQAAADkAAAABGQAAABQAAAABAAAACAAAAN8XVqPvcUfIAQEZAAAAFAAAAAEAAAAIAAAA3xdWo+9xR8gBAQEAAAB8Tb0sWJ38vDUywrbsuBSiAQAAAAAA/////wAAAAA="` So I'm curious how can we pass the PageState from...

I made it work by using hex encode/decode .e.g `encodedStr := hex.EncodeToString(nextPageState)`