The servers are behind load balancer, and for whatever reason compressor created tens of thousands of cache files in /static/CACHE/js/
and /static/CACHE/css/
The only setting in my settings.py is: COMPRESS_ENABLED = True
Is there a setting I am missing to clean up the CACHE files?