fix container caching bug
Ticket
+status
+priority
+tag
+commit
+solution
I think a rails upgrade switched us from using files as cache to using memory- meaning each rails process has it's own version of the cache. that would expect to be wonky like this. I've set all the wagns to use file_cache explicitly- lets see if that clears up the weirdness