Memory bloat when tracing a long-running sidekiq job · Issue #2930 · DataDog/dd-trace-rb

Current behaviour We have a sidekiq job that loops over rows in a CSV file, using ActiveRecord to insert records into our database. When we run this over a file with a million records, we find the ...