wait processing

20 views
Skip to first unread message

pointmuriae castro

unread,
Jan 5, 2014, 7:44:25 AM1/5/14
to django...@googlegroups.com
I am needing to display a wait message while processing perform some process on the server anyone could help me




Erik Cederstrand

unread,
Jan 5, 2014, 5:03:24 PM1/5/14
to Django Users
Den 05/01/2014 kl. 13.44 skrev pointmuriae castro <pointlt...@gmail.com>:

> I am needing to display a wait message while processing perform some process on the server anyone could help me

A simple option is to run your processing via Celery or some other task queue. You then store the job status somewhere in your database, and export the job status via a simple JSON API. Your webpage then uses Javascript to poll the status URL and update the status message.

Erik
Reply all
Reply to author
Forward
0 new messages