We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d53d33 commit 3a3c681Copy full SHA for 3a3c681
1 file changed
lib/octocatalog-diff/util/parallel.rb
@@ -102,6 +102,7 @@ def self.run_tasks(task_array, logger = nil, parallelized = true)
102
def self.run_tasks_parallel(result, task_array, logger)
103
# Do parallel processing
104
::Parallel.each(task_array,
105
+ isolation: true,
106
finish: lambda do |item, i, parallel_result|
107
# Set the result array element to the result
108
result[i] = parallel_result
0 commit comments