ce0d74c26b
Also removes all logic from ClusterConfigureWorker and ClusterProjectConfigureWorker, which are also no longer used.
10 lines
232 B
Ruby
10 lines
232 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ClusterConfigureWorker
|
|
include ApplicationWorker
|
|
include ClusterQueue
|
|
|
|
def perform(cluster_id)
|
|
# Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-ce/issues/59319
|
|
end
|
|
end
|