Refactor redis proxy storage

This commit is contained in:
Kyle Drake 2017-07-06 10:24:14 -07:00
parent 0bd8557620
commit 34ac611d9b
2 changed files with 37 additions and 12 deletions

View file

@ -190,7 +190,6 @@ class LetsEncryptWorker
site.cert_updated_at = Time.now
site.domain_fail_count = 0
site.save_changes validate: false
site.store_ssl_in_redis_proxy
# Refresh the cert periodically, current expire time is 90 days
# We're going for a cron task for this now, so this is commented out.