Why turning off these uWSGI options fixed problem with 100% CPU spikes and freezing?

2021-06-26 Thread cseb...@gmail.com
One Django website was freezing about every HOUR with no indication in logs what the problem was. I was seeing CPU utilization spike to 100%. I removed these switches below and it seemed to have fixed the problem. --master

Re: How can i start to learn django?

2021-06-26 Thread Chetan Ganji
https://youtube.com/c/CodingEntrepreneurs On Wed, Jun 16, 2021, 2:23 AM Sebastian Jung wrote: > At beginnig Django Girls Tutorial ist a good start in my opinon > https://tutorial.djangogirls.org/en/ > > anil9...@gmail.com schrieb am Di., 15. Juni 2021, > 14:27: > >> You can try freecodecamp.or

Re: Best way to optimize API requests calls from over 10,000 users simultaneously

2021-06-26 Thread Chetan Ganji
This will help you brother. It is FREE 😉 https://www.scaler.com/event/learn-how-youtube-serves-billions-of-users-in-a-free-masterclass On Mon, Jun 21, 2021, 8:49 PM Alejandro Garrido Gongora < nolodelato...@gmail.com> wrote: > For big problems the answer is in 99% of cases split the problem, ma

Free Webinar

2021-06-26 Thread Chetan Ganji
Dear members, FYI https://www.scaler.com/event/learn-how-youtube-serves-billions-of-users-in-a-free-masterclass Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Why turning off these uWSGI options fixed problem with 100% CPU spikes and freezing?

2021-06-26 Thread cseb...@gmail.com
UPDATE: The Django app stays up longer without these switches but now after about half a day the MEMORY spikes? I'm seeing the % memory used go up to around 80% which again freezes this Django app. I'm enabling verbose logs now. Any idea what would cause this behavior? cs -- You received th