aaron-schroeder / distilling-flask

Strava app for display and analysis of personal running data, powered by Flask, Dash, and Pandas.
MIT License
3 stars 0 forks source link

Perform background tasks with celery #57

Closed aaron-schroeder closed 1 year ago

aaron-schroeder commented 1 year ago

(I think) this will facilitate the save-all-strava-activities functionality, which currently fails on server with the message "EOF" which indicates the action ran out of RAM. Also it will allow the user to do something else while the action proceeds in the background, instead of locking them to the page and waiting for all of them to be done.

Notes

References