localdevices / 3DStreetview

3D streetview MVP dashboard
GNU Affero General Public License v3.0
0 stars 1 forks source link

Celery tasks #59

Closed hcwinsemius closed 3 years ago

hcwinsemius commented 3 years ago

Gents!

I now have back-end organisation of ODK to ODM transfers implemented with a queue approach. Only one upload per mesh is allowed at the same time, in principle if a user wants to upload to several meshes at the same time, that is allowed, but in practice new jobs will then end up in a queue.

Front end also updated to poll states of the currently or last running upload job.

Happy reviewing!

hcwinsemius commented 3 years ago

Thanks for the thorough review!! Excited to go online with this!!!!

Op do 9 sep. 2021 02:38 schreef Ivan Gayton @.***>:

@.**** commented on this pull request.

In app.py https://github.com/localdevices/3DStreetview/pull/59#discussion_r704866930 :

@@ -70,4 +81,4 @@ def session_clear(exception=None): if name == "main":

 # Start app
  • app.run(host="0.0.0.0", port=5002)
  • app.run(host="0.0.0.0", port=5000)

Why move back to 5000? Is something else using 5002? Not important, just curious.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/localdevices/3DStreetview/pull/59#pullrequestreview-749729407, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2NZMK5U3UH25Y2LAWLB7LUA76YVANCNFSM5DOZFJRA .