Sha256: 13600a34fd3ccb4e3ea3bd9527938e09bcb81654b24347fdbead1df536a4934e

Contents?: true

Size: 158 Bytes

Versions: 10

Compression:

Stored size: 158 Bytes

Contents

# frozen_string_literal: true

module Panoptic
  class Process
    def self.supervisors
      SolidQueue::Process.where(supervisor_id: nil)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
panoptic-0.5.0 app/models/panoptic/process.rb
panoptic-0.4.2 app/models/panoptic/process.rb
panoptic-0.4.1 app/models/panoptic/process.rb
panoptic-0.4.0 app/models/panoptic/process.rb
panoptic-0.3.0 app/models/panoptic/process.rb
panoptic-0.2.0 app/models/panoptic/process.rb
panoptic-0.1.3 app/models/panoptic/process.rb
panoptic-0.1.2 app/models/panoptic/process.rb
panoptic-0.1.1 app/models/panoptic/process.rb
panoptic-0.1.0 app/models/panoptic/process.rb