tobim

Results 14 comments of tobim

I get the same problem on macOS 10.14 with python3.8. The tests work with python3.7 on the same host.

I understand. Thanks for keeping us in the loop.

Hi @netantho. If I understand this report correctly we're actually looking at 2 problems here. > VAST uses several times a lot of RAM process the pcap (several times the...

Hey @netantho, These OOMs are definitely unexpected at first glance. We will try to reproduce this based on the summary of the PCAP you provided. I'll look into this tomorrow.

I tried to reproduce this issue with a pcap of roughly the same size and ingesting the same data multiple times in parallel. Unfortunately I ran into an unrelated bug...

`on_success` would be a key under `task`, right? If so, the metric name should be concatenated with the task name by default, and merging of metrics across tasks should only...

I recently found https://seriesci.com/ for an app that implements something like this in an orthogonal way.

You might want to look at https://github.com/jorgecarleitao/parquet2 as well. It is a more idiomatic rewrite of parquet.

I found a blog using `poetry version` from 2020: https://www.nicholasnadeau.com/post/2020/08/one-version-to-rule-them-all-keeping-your-python-package-version-number-in-sync-with-git-and-poetry/ But I suppose that would only work for published artifacts but not for local development.