2017-10-03 13:33:37 -04:00
|
|
|
##
|
|
|
|
# Concern for setting Sidekiq settings for the various Gcp clusters workers.
|
|
|
|
#
|
|
|
|
module ClusterQueue
|
|
|
|
extend ActiveSupport::Concern
|
|
|
|
|
|
|
|
included do
|
2017-10-03 18:20:47 -04:00
|
|
|
sidekiq_options queue: :gcp_cluster
|
2017-10-03 13:33:37 -04:00
|
|
|
end
|
|
|
|
end
|