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
Is there a preferred way to sync datasets automatically? The use case would be for the dashboard to handle data that is continuously being uploaded.
I am considering extending the django container with a cronjob that calls python manage.py syncdataset periodically. But perhaps there is another obvious way to do this.