@Isaac, How about gearman?

Gearman seems to support multiple projects through one gearman server.

On Mon, Jan 16, 2012 at 1:43 AM, Isaac XXX <vyrp...@gmail.com> wrote:

>  Hi folks,
>
> I need a solution to create cron-like jobs into my django projects. I've a
> server with several projects.
>
> I've testes celery, and it seems to work well with only 1 project, but
> when I need to set up several projects with celery support, I can't figure
> how to do it (because daemonization of celeryd process, described here
> http://celery.readthedocs.org/en/latest/cookbook/daemonizing.html#daemonizingonly
>  describes how to start workers for a single process because this
> directive CELERYD_CHDIR="/opt/Myproject/").
>
> Well, my question is the following:
>
> Is there any good tutorial about deploying django with celery on several
> projects, sharing celery support? if not, is there any alternative viable
> to celery for django?
>
> I've found APScheduler, that seems to be a good scheduler for python, but
> integration with django seems a bit tricky. Is it a good alternative?
>
> I will be pleased to read all your feedback about it.
>
> Thanks in advance,
>
> Isaac
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Digitally,
Arun Prabhakar <http://digitalpbk.com>
<https://www.facebook.com/digitalpbk>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to