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
The data collector should be a thread independent service, collecting all data and feeding it into the database. Each Data source should be a separate submodule of this, running in their own threads, so they don't block each other.
The data collector should be a thread independent service, collecting all data and feeding it into the database. Each Data source should be a separate submodule of this, running in their own threads, so they don't block each other.