mikegough / 3D-Landscape-Simulator

A web based ST-Sim application with 3D visualization.
0 stars 1 forks source link

Implement polling (or websockets), celery #30

Open TaylorMutch opened 7 years ago

TaylorMutch commented 7 years ago

Currently we are using a highly-delayed POST to execute a model run. We should instead implement polling or use WebSockets to handle the backend process so as to not have a blocking HTTP request. This becomes an issue with the number of web-workers we will have available in production to serve the application.

This is far in the future...