Remove Dnsruby call in workers

This commit is contained in:
Kyle Drake 2016-02-25 03:51:41 +00:00
parent f07f804138
commit 7178fb34e6
2 changed files with 0 additions and 4 deletions

View file

@ -7,8 +7,6 @@ class DeleteCacheOrderWorker
180
end
RESOLVER = Dnsruby::Resolver.new
def perform(username, path)
if ENV['RACK_ENV'] == 'test'
proxy_ips = ['10.0.0.1', '10.0.0.2']

View file

@ -7,8 +7,6 @@ class PurgeCacheOrderWorker
180
end
RESOLVER = Dnsruby::Resolver.new
def perform(username, path)
if ENV['RACK_ENV'] == 'test'
proxy_ips = ['10.0.0.1', '10.0.0.2']