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
Currently, apps are updated only if tiles endpoint is called, and in this case all apps are updated sequentially (see #70). A better solution would be to use a scheduler to update the apps if needed in the background, with Celery for example.
Currently, apps are updated only if tiles endpoint is called, and in this case all apps are updated sequentially (see #70). A better solution would be to use a scheduler to update the apps if needed in the background, with Celery for example.