debian-mirror-gitlab/app/workers/cluster_project_configure_worker.rb
2019-12-04 20:38:33 +05:30

10 lines
241 B
Ruby

# frozen_string_literal: true
class ClusterProjectConfigureWorker
include ApplicationWorker
include ClusterQueue
def perform(project_id)
# Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-foss/issues/59319
end
end