debian-mirror-gitlab/app/workers/cluster_project_configure_worker.rb

11 lines
239 B
Ruby
Raw Normal View History

2019-02-15 15:39:39 +05:30
# frozen_string_literal: true
class ClusterProjectConfigureWorker
include ApplicationWorker
include ClusterQueue
def perform(project_id)
2019-10-12 21:52:04 +05:30
# Scheduled for removal in https://gitlab.com/gitlab-org/gitlab-ce/issues/59319
2019-02-15 15:39:39 +05:30
end
end