Re: Timeout when saving model in django admin page

2017-02-21 Thread John, Steffen
done? thanks, Steffen Am Dienstag, den 21.02.2017, 13:54 +0200 schrieb Jani Tiainen: Hi, You probably want to switch to asynchronous handling of your job. Celery is one excellent tool to handle background jobs. On 21.02.2017 11:50, John, Steffen wrote: Hi! When saving the model over the

Timeout when saving model in django admin page

2017-02-21 Thread John, Steffen
Hi! When saving the model over the admin page of Django, a lot of processing is done (in pre_save function) which takes several minutes. After a while I get a timeout, although the process is still running in the background. How can I avoid to get this timeout? Another nice thing would be to s