EUDAT-GEF / GEF

The GEF
GNU General Public License v2.0
6 stars 9 forks source link

Service building should be asynchronous #175

Open ubuntolog opened 7 years ago

ubuntolog commented 7 years ago

Service building should be asynchronous, since we do not exactly know how much time it can take to build a service. At the moment it is synchronous and HTTP connection times out, if the building process takes more than 10 seconds.

The user gets an error: "Server responded with 0 code". The user is not redirected to the services page and the new service does not become visible instantly. The UI does not show the progress, only after manual refreshing the new service can be seen.