cluster_project_configure_worker.rb 239 Bytes
Newer Older
1 2 3 4 5 6 7
# frozen_string_literal: true

class ClusterProjectConfigureWorker
  include ApplicationWorker
  include ClusterQueue

  def perform(project_id)
8
    # Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-ce/issues/59319
9 10
  end
end