Visesh Rajendraprasad

Results 32 comments of Visesh Rajendraprasad

there's [pymsteams](https://github.com/rveachkc/pymsteams) but I'm a huge fan of this library so want to stick to this. @liiight is anyone else working on this or can I take this up and...

I have the same problem. Windows + Python 3.10 builds are failing because the pinned version of pywin32 in docker-py is 227, which does not have a Python 3.10 wheel.

@nicolargo I have the same problem. I have set history_size to 0 but it's growing endlessly on a raspberry pi I have. Running 3.3.0.4 ![image](https://user-images.githubusercontent.com/11642379/201385492-9a4e4232-f7a6-44c8-ac3f-0aaa38de3b03.png)

@nicolargo Sorry, but I cannot [find a --disable-history](https://glances.readthedocs.io/en/latest/cmds.html) option for the command line. Memory is at 32% now and my actual app is using only 7%. ![image](https://user-images.githubusercontent.com/11642379/201480773-77635b56-1251-45c1-8702-31852c45f1d6.png) Hope it doesn't...

> I have added a new memory profiling test for Glances. > > Here are the result when the history is enable (the memory grows until the history size and...

> On my system (with Glances develop branch), same behavor between --disable-history and history_size=0. > > ![Figure_1](https://user-images.githubusercontent.com/776747/201537401-70e7a7ae-71a7-495e-8cf0-5fa9028e77d4.png) I see you stop it after a certain time. I let it run...

> Ah !!! You use Glances in server mode ! Perhaps the issue is in this mode, i will have a look. That might not be the reason, unfortunately. I...

I noticed this too, and you were right. It was the bot detection. I changed scraping frequency from every 45 minutes to 90 and then also generated a new set...

Same here. Following this issue.

Check this out for workarounds: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/383 Also, I had these in Custom Configuration: ``` real_ip_header CF-Connecting-IP; #real_ip_header X-Forwarded-For; ``` Commenting them out helped solve the problem.