Does in Queue Mode the RSpec is initialized many times that causes Rails load over and over again?
No. In Queue Mode the RSpec configuration is updated every time when knapsack_pro
gem gets a new set of test files from the Knapsack Pro API and it looks in knapsack_pro
output like RSpec was loaded many times but in fact, it loads your project environment only once.