Method: Souls::Sync#pubsub

Defined in:
lib/souls/cli/sync/pubsub.rb

#pubsubObject



4
5
6
7
8
9
# File 'lib/souls/cli/sync/pubsub.rb', line 4

def pubsub
  get_worker_endpoints
  Souls::Gcloud.new.config_set
  get_topics(workers: get_workers)
  Souls::Painter.sync("All Jobs with PubSub Subscription!")
end