From 6360e99a960cc1f4ce37d3f62f17784cc32c5163 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 22:09:38 +1000 Subject: [PATCH] v0.52 Improve handling and look at how we can improve ActiveRecord config for PostgreSQL and avoid insufficient pool size --- gossamer_forums.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index 1046d95..6d4c3c1 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -1513,8 +1513,8 @@ class GossamerForumsImporter < ImportScripts::Base # update_highest_processed_post_id_thread_safe(post_id) rescue ActiveRecord::RecordInvalid => e - puts "Error importing topic with post_id #{row['post_id']}: #{e.message}" - raise ActiveRecord::Rollback + puts "---> ERROR importing topic with post_id #{row['post_id']}: #{e.message}" + # raise ActiveRecord::Rollback end # end else