feat: ECP-83 Clear cache after loading admin data

This commit is contained in:
nelson 2025-02-13 12:06:17 -08:00
parent ef9e5b7ebb
commit e14c71a595

View file

@ -83,6 +83,7 @@ namespace(:data) do
workers.each(&:join)
puts("=====================> Completed loading #{AdminDataValue.count - original_count} admin data values")
Rails.cache.clear
end
desc("reset all cache counters")