Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
Hi all, We're maintaining an application that is hitting scaling problems. It helps run grass-roots sporting events all over Europe, so Saturdays can produce large and unpredictable loads, with both logged-in users and public viewers. Despite a powerful server seemingly being lightly loaded (

Re: Application for Part Time Python Developer Job

2021-02-20 Thread mubashar ilyas
Hi Chetan Ganji, contact me for the part time job of django python cont...@confiatech.com On Thu, Feb 18, 2021 at 2:56 PM Chetan Ganji wrote: > Hi Djangoists, > > I am looking for Part Time work as Python Developer. I can work 4 hrs > everyday or 80 hrs every month. > > I have 2+ years experien

Re: Job related query

2021-02-20 Thread mubashar ilyas
how to apply for this job? On Fri, Feb 19, 2021 at 10:02 AM neha bhurke wrote: > Hello everyone, > > We are looking for a python Django web app developer should have the total > knowledge about python Django and should be experienced person at least for > 2-3 years.. > If anyone interested … >

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Aldian Fazrihady
Check the number of open file descriptor when you experienced the slow response. On Sat, Feb 20, 2021 at 10:23 PM Andy Robinson wrote: > Hi all, > > We're maintaining an application that is hitting scaling problems. It > helps run grass-roots sporting events all over Europe, so Saturdays can >

Re: Application for Part Time Python Developer Job

2021-02-20 Thread Clifford Okorie
Please I also need a part time Python/Django job. Please can I contact you through the email. Thank you On Sat, Feb 20, 2021, 16:46 mubashar ilyas wrote: > Hi Chetan Ganji, > contact me for the part time job of django python > cont...@confiatech.com > > On Thu, Feb 18, 2021 at 2:56 PM Chetan Gan

Re: Immediately Need Help

2021-02-20 Thread Chetan Ganji
Shubham is right. However, as no row will be deleted. Also, the code created once will never be assigned to any other space. It wont matter! Formula : LM-categorycode-citycode-current_index e.g. "LM-CW-DELHI-1" # Remove dashses from the string, they are added only to make it easier to und

Re: setting up urls of many apps

2021-02-20 Thread Jorge Gimeno
On Wed, Feb 17, 2021 at 11:00 PM RANGA BHARATH JINKA < bharathjink...@gmail.com> wrote: > Hi, > > Please follow these docs > https://docs.djangoproject.com/en/3.1/ref/urls/#include > > On Thu, Feb 18, 2021 at 12:12 PM Peter Kirieny > wrote: > >> if self.pattern.name is not None and ":" in sel

Re: Django/uWSGI/nginx under load

2021-02-20 Thread John McClain
are you using django directly to run the queries or are you querying the db. I had a similar problem a while back with a project and the load was resolved by letting python do the work. On Sat, 20 Feb 2021 at 15:23, Andy Robinson wrote: > Hi all, > > We're maintaining an application that is hi

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
Thanks for this. 27k file descriptors out of about 370k allowed. I presume that means this isn't a problem? (We run a lot of different virtual hosts on this box, each with a few Django processes) - Andy On Saturday, 20 February 2021 at 16:15:12 UTC mob...@aldian.net wrote: > Check the number

Re: Django/uWSGI/nginx under load

2021-02-20 Thread Andy Robinson
I'm unsure what you mean - do you mean "are we executing raw SQL queries and a Python db api, or using Django's ORM?" If so, usually the latter but this is definitely not a problem of poorly written queries, we've profiled them. - Andy On Saturday, 20 February 2021 at 17:44:45 UTC jmccla...@