Skip to content

Instantly share code, notes, and snippets.

@foxeg
Last active December 17, 2019 17:20
Show Gist options
  • Save foxeg/72ce6fcc34bab9942d6d906ef08031cb to your computer and use it in GitHub Desktop.
Save foxeg/72ce6fcc34bab9942d6d906ef08031cb to your computer and use it in GitHub Desktop.
def wait_for_cdn_url
return "" if Rails.env.test?
5.times do
@url = fetch_application_document.blackhole_file.url
break if URI.parse(@url).host != blackhole_host
sleep 1
end
@url
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment