jamescheney / database-wiki

Automatically exported from code.google.com/p/database-wiki
GNU General Public License v3.0
2 stars 0 forks source link

Data import exceeds 60 second limit #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Loading a large dataset through the web interface on the App Engine version 
leads to an error (the connection is dropped before the data is finished 
loading).

App Engine limits the time per request to 60 seconds.  

To do: investigate use of backends or tasks to handle imports that take longer 
than 60 seconds.

Original issue reported on code.google.com by james.ch...@gmail.com on 8 Jan 2015 at 10:57