Module: LlmCostTracker::Storage::ActiveRecordConnectionCleanup
- Defined in:
- lib/llm_cost_tracker/storage/active_record_connection_cleanup.rb
Class Method Summary collapse
Class Method Details
.release! ⇒ Object
6 7 8 9 10 |
# File 'lib/llm_cost_tracker/storage/active_record_connection_cleanup.rb', line 6 def self.release! ActiveRecord::Base.connection_handler.clear_active_connections! rescue StandardError nil end |