Re: Run Django tasks with another programming language

2017-07-29 Thread M Mihai
ther means. > > So your main problem is that you don't know the real reason why your > workers are slow. Figure that out and your problem is much easier to > resolve either. > > > 29.7.2017 17.21 "M Mihai" <1497...@gmail.com > kirjoitti: > > I've do

Re: Run Django tasks with another programming language

2017-07-29 Thread M Mihai
hat analysis made you to conclusion that using golang or c# would > improve situation? In other words have you really measured and identified > the slow part? > > > 28.7.2017 19.21 "M Mihai" <1497...@gmail.com > kirjoitti: > >> Hi, >> >> Right n

Run Django tasks with another programming language

2017-07-28 Thread M Mihai
Hi, Right now I use https://github.com/Koed00/django-q and as broker, I use Redis to run some tasks on my Django website, but they're using 100% of the processor when I'm running 30 workers. So I'm looking for a way to run the tasks with another programing language(I would prefer golang or c#