Re: Django Periodic tasks

2013-08-21 Thread Some Developer
On 20/08/13 21:36, Arnold Krille wrote: On Sat, 17 Aug 2013 03:36:29 +0100 Some Developer wrote: I'm aware of django-cron and django-celery, both of which are capable of doing what I want but I was wondering if I was just making a fundamental design mistake and there maybe a better option that

Re: Django Periodic tasks

2013-08-20 Thread Arnold Krille
On Sat, 17 Aug 2013 03:36:29 +0100 Some Developer wrote: > I'm aware of django-cron and django-celery, both of which are capable > of doing what I want but I was wondering if I was just making a > fundamental design mistake and there maybe a better option that > someone here could explain. > > Ba

Re: Django Periodic tasks

2013-08-16 Thread Brian Schott
Also, load the page with a busy animated gif and use something like dajaxice to fetch and replace the computed value.  Several examples and libraries out ther. — Sent from Mailbox for iPad On Fri, Aug 16, 2013 at 11:22 PM, Some Developer wrote: > On 17/08/13 03:43, Christophe Pettus wrote:

Re: Django Periodic tasks

2013-08-16 Thread Some Developer
On 17/08/13 03:43, Christophe Pettus wrote: On Aug 16, 2013, at 7:36 PM, Some Developer wrote: Alternately I could get rid of the hourly period task and just work it out when a customer visits a certain page but that is likely to lead to long load times and heavy database use. Any suggestio

Re: Django Periodic tasks

2013-08-16 Thread Christophe Pettus
On Aug 16, 2013, at 7:36 PM, Some Developer wrote: > Alternately I could get rid of the hourly period task and just work it out > when a customer visits a certain page but that is likely to lead to long load > times and heavy database use. > > Any suggestions on what you would do in this situa

Django Periodic tasks

2013-08-16 Thread Some Developer
I'm aware of django-cron and django-celery, both of which are capable of doing what I want but I was wondering if I was just making a fundamental design mistake and there maybe a better option that someone here could explain. Basically customers pay money into their account in advance so that