RUBYCRITIC
# frozen_string_literal: true
class Apps::Chatwoot::Connection::RefreshJob < ApplicationJob - Apps::Chatwoot::Connection::RefreshJob has no descriptive comment
self.queue_adapter = :good_job
def perform - Apps::Chatwoot::Connection::RefreshJob#perform doesn't depend on instance state (maybe move it to another class?)
Apps::Chatwoot.active.find_each do |chatwoot_app|
Apps::Chatwoot::Connection::Refresh.new(chatwoot_app).call
end
end
end