A bit of context before going to the solution...
I was trying to call a bulk insertion of some objects in the database in a Rails
app hosted in Heroku, taking data from an user uploaded CSV file and processing
it via find_or_create_by for each row, updating