This commit is contained in:
sylor_huang@126.com 2020-08-12 16:01:42 +08:00
parent 9ecea83506
commit 04a611a4aa
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class SyncForgeProjectJob < ApplicationJob
Rails.logger.info("=======end to sync forge projects")
rescue => e
Rails.logger.info("=======sync forge projects has errors: #{e}")
raise ActiveRecord::Rollback
end
end