class RefreshConstituenciesJob < ApplicationJob - RefreshConstituenciesJob has no descriptive comment
queue_as :low_priority
def perform - RefreshConstituenciesJob#perform doesn't depend on instance state (maybe move it to another class?)
Constituency.refresh!
end
end