swallow failed saved search populate calls

This commit is contained in:
Albert Yi
2018-11-28 13:09:48 -08:00
parent 600b17cd9f
commit f7b9417005

View File

@@ -95,7 +95,7 @@ class SavedSearch < ApplicationRecord
redis.sadd(redis_key, post_ids)
redis.expire(redis_key, REDIS_EXPIRY)
end
rescue
rescue Exception
# swallow
end
end