Closed nsheff closed 5 months ago
I could trace this to bbconf. In the past, when you built a new BedBaseConf
object, it would take forever if pointed at the real database.
Now with pipestat, and the databases are new, it is fast.
But, this could be because the databases are empty. So, it might have been solved by the pipestat upgrade, but we should keep an eye on this once
Basically, the question is: if there are tons of records in the database, does it take forever to init a PipestatManager
object? It shouldn't be querying the database like that so it should be fast to instantiate.
Related to #58 -- probably the same thing
Is it still an issue?
It might be. We haven't yet gotten more than 400 files into the server, so it hasn't really been tested.
Can you please populate the server with a few larger sets to get a few thousand files in there? Then we can start to see if it's still a problem.
This issue is outdated, because we rewrote bbconf
when I launch this on ECS, it takes several minutes to start up. why?