LukasJerabek

Results 42 comments of LukasJerabek

Thank you. I am trying to migrate from fluentd to fluentbit and this gave me headache, luckily I was able to come up with this minimal reproducer.

@lecaros hows this one going? Seems to me like quite a big performance problem. File plugin is probably used by many.

@lecaros thank you. Btw case why the json is so big: I have postgres query on pg_stat_statements on one fluentbit instance which is sending the data over to other fluentbit...

In my testing output file was created after few seconds but filling it took another 40 seconds or so during which cpu was on 100 percent. But the time will...

@lecaros So I have tested with ``` size *= 2; ``` and that worked flawlessly. I think it is also very reasonable in a sense, that if I need 1025...

Ok thanks, btw I am asking also because the label of this issue is "troubleshooting".

I guess it might be a little bit troublesome with displaying the current version, since I have a feeling, that pip-tools doesnt care about current versions and simply outputs the...

> > It would be nice to supply pip-compile with some attribute to get an output with only packages stated in requirements.in and their current version, highest available version and...

It does not... We use pip list --outdated in our script, but the point is not to have to filter whole requirements.txt, but getting outdated requirements from requirements.IN ONLY. Version...

Yes and also to show the latest version that complies with the version rules (which I may have badly called freeze rules earlier) in requirements.in. Because thats something I also...