diff --git a/app/helpers/admin/dashboard_helper.rb b/app/helpers/admin/dashboard_helper.rb index 0cb02797..cb1fcae9 100644 --- a/app/helpers/admin/dashboard_helper.rb +++ b/app/helpers/admin/dashboard_helper.rb @@ -11,7 +11,7 @@ module Admin Runner.strategy_class.pool_size rescue Runner::Error => e Rails.logger.debug { "Runner error while fetching current pool size: #{e.message}" } - [] + {} end ExecutionEnvironment.order(:id).select(:id, :pool_size).map do |execution_environment|