nstylo

Results 11 comments of nstylo

I'd also like to see this feature. Currently we have some local dependencies checked into VCS (with [git lfs](https://git-lfs.github.com/)) and I'd like to ignore those dependencies when running `pip-compile --generate-hashes`

I know this issure is almost a year old, but this issue does not seem to be fixed: ![image](https://user-images.githubusercontent.com/45883614/62127818-48c19300-b2d3-11e9-92cf-15841182f03f.png) Any progress with this? Or any help needed?

I am facing the same issue, can we expect a fix? This has been open for a long time now.

I am looking for a similar feature. It would be great if we had introspection into the event/spans to assert for log level for instance.

@bocharov I had issues with network errors too. For me the issue was that I was committing to CH every 5 seconds, which was exactly the threshold for CH to...

@serprex At least once would already be an improvement. Right now batches are fully dropped on network errors when inserting.

I agree with @Rachelint. I think for most usecases we just want to retry the `Bytes` batch again.

We are experience the same issue. ![Image](https://github.com/user-attachments/assets/489dde6d-26a7-4e68-9365-d2b5df88aebc) ![Image](https://github.com/user-attachments/assets/a5246fff-81d8-4be3-960c-383aff826df5) The first image shows the usage of `send_result` while the second image shows `send`. This 'slow' memory leak is on my machine....

@justefg I suppose you are using chainstack as your node provider? They do close websocket connections after a while and viem does not catch that case. This is my hack....

@justefg yes, works very reliably. I have to see on which version of view I am using this solution.