You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #16 introduced the scheduler library as an alternative to cronjob for docker, although if celery is async, that would be a better solution.
Also I am not sure if using an external server like nginx or Apache is better vs using a small flask server and asynchronously updating the map with celery.
I think celery would be a better solution than scheduler library. It also saves CPU cycle on the backend, which would be better used for catering to more concurrent users.
Using celery sounds like a better option here.
https://docs.celeryproject.org/en/stable/
The text was updated successfully, but these errors were encountered: