Friday, July 28, 2017

Run Django tasks with another programming language

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#) and just update the database from python after the tasks were processed until now I've found only this package for golang: https://github.com/gocelery/gocelery but I was unable to make this work.

--
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 email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c256b5fa-b3d9-4386-bfca-39ebf745c793%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment