Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
your're right, sorry, I missed that On Sun, Jul 19, 2015 at 7:03 PM, Ilan wrote: > It states specifically that you need a running Redis server in the > installation guide both on github and rtd. It just doesn't list it as a > python requirement.. > I didn't realize this would throw people off. T

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan
It states specifically that you need a running Redis server in the installation guide both on github and rtd. It just doesn't list it as a python requirement.. I didn't realize this would throw people off. Thanks for pointing this out. On Sunday, July 19, 2015 at 5:58:22 PM UTC+2, Avraham Serour

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
that doesn't make any sense to me, I understand that a dependency is something that I must install in order to use your library, for example django. If I have a non django python project, I would need to install django before using django q. a feature would something like psutil or hredis, or even

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan Steemers
both On Sun, Jul 19, 2015 at 5:48 PM, Avraham Serour wrote: > I don't get it, is redis a feature or dependency? > > On Sun, Jul 19, 2015 at 4:58 PM, Ilan wrote: > >> Thanks. I'm currently working on the 0.4.0 release that will add result >> groups. Hoping to release it in a few hours. >> >> On

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Avraham Serour
I don't get it, is redis a feature or dependency? On Sun, Jul 19, 2015 at 4:58 PM, Ilan wrote: > Thanks. I'm currently working on the 0.4.0 release that will add result > groups. Hoping to release it in a few hours. > > On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote: >> >> Loo

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Ilan
Thanks. I'm currently working on the 0.4.0 release that will add result groups. Hoping to release it in a few hours. On Sunday, July 19, 2015 at 3:55:47 PM UTC+2, Derek Pauley wrote: > > Looks very nice. > > On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote: >> >> About a month ago I star

Re: A native Django multiprocessing task queue - feedback wanted

2015-07-19 Thread Derek Pauley
Looks very nice. On Friday, July 17, 2015 at 1:06:20 PM UTC-5, Ilan wrote: > > About a month ago I started working on a multiprocessing task queue for > Django. It is not supposed to be a Celery beater, but a simpler Django > integrated alternative with similar performance. > This is my first bi

A native Django multiprocessing task queue - feedback wanted

2015-07-17 Thread Ilan
About a month ago I started working on a multiprocessing task queue for Django. It is not supposed to be a Celery beater, but a simpler Django integrated alternative with similar performance. This is my first big open source project for Django and I want your feedback in this early stage. Have a