Orlov Valentin
Orlov Valentin
This is definitely how it should work IMHO. Even if we are not talking about changing ship dimension, polluting worlds with ship data is not idea I like.
I meant that mod pollutes world now and he wants to design: > a system where airships are stored in their own dimension, separate from all actual worlds. And I...
Well, yeah, but data is still there even if mod is deleted. And if it reinstalled multiple times... If I understand correctly blocks will still be there. And also it's...
Test results when logstash is not available:  While database size was 71.7MB at the end of testing.
Test result for the same project but without `python-logstash-async` enabled: 
I can also confirm that leak doesn't happen anymore if `event_ttl` parameter is set.
It's ok, we are going to stick with setting `event_ttl` for now anyway.
Hi, sorry for slow response, we used ``` Django==3.1.7 python-logstash-async==2.2.0 ``` and ``` Python 3.9.3 ``` I also found out that the REAL reason for RAM leakage was that https://github.com/eht16/python-logstash-async/blob/018d238e3f76b97def3b279b0226d8e326bd3dee/logstash_async/worker.py#L49...
@elsassph Hi, thank you for your answer! I tried to do what you asked. The library is not opensource **yet**. Output: ``` #REDACTED#/.haxelib/hxtsdgen/git/src/hxtsdgen/Selector.hx:88: {module: Class, impl: null, name: Class, isPrivate:...
Solved my problem. ``` tags = [ ... ] news = select( news for news in orm.News for tag in news.tags if tag in tags ) ``` But maybe we...