Re: fire and "forget" in a view

2013-12-20 Thread Christian Schulz
Am Freitag, 20. Dezember 2013 14:57:16 UTC+1 schrieb Tom Evans: > > On Fri, Dec 20, 2013 at 11:11 AM, Christian Schulz > wrote: > > Hi, > > > > in my views i have method calls which might be take some time. It is > > sufficient to return a simple message and request

Re: fire and "forget" in a view

2013-12-20 Thread Tom Evans
On Fri, Dec 20, 2013 at 11:11 AM, Christian Schulz wrote: > Hi, > > in my views i have method calls which might be take some time. It is > sufficient to return a simple message and request > the result in another step. > > I explore celery , but It might be to complex ,

Re: fire and "forget" in a view

2013-12-20 Thread Erik Cederstrand
Den 20/12/2013 kl. 12.11 skrev Christian Schulz : > in my views i have method calls which might be take some time. It is > sufficient to return a simple message and request > the result in another step. > > I explore celery , but It might be to complex , because I have

fire and "forget" in a view

2013-12-20 Thread Christian Schulz
Hi, in my views i have method calls which might be take some time. It is sufficient to return a simple message and request the result in another step. I explore celery , but It might be to complex , because I have to use class based task an have some difficulties with the serializer's in