don't worry about forbidden

This commit is contained in:
Kyle Drake 2015-07-29 14:29:18 -07:00
parent afd9821c77
commit 7e2ee59186

View file

@ -24,6 +24,7 @@ class PurgeCacheWorker
cache_purge: '1' cache_purge: '1'
} }
rescue RestClient::ResourceNotFound rescue RestClient::ResourceNotFound
rescue RestClient::Forbidden
end end
end end
end end