This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class GoogleIndexWorker | |
include Sidekiq::Worker | |
sidekiq_options retry: 0 | |
require "google/apis/indexing_v3" | |
require 'google/apis/webmasters_v3' | |
include Rails.application.routes.url_helpers | |
# launch worker with your sitemap URL | |
def perform(sitemap_url) |