2022-03-02 08:16:31 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module ClusterAgentQueue
|
|
|
|
extend ActiveSupport::Concern
|
|
|
|
|
|
|
|
included do
|
|
|
|
queue_namespace :cluster_agent
|
2023-06-20 00:43:36 +05:30
|
|
|
feature_category :deployment_management
|
2022-03-02 08:16:31 +05:30
|
|
|
end
|
|
|
|
end
|