Method: PerfectQueue::Engine#logrotated

Defined in:
lib/perfectqueue/engine.rb

#logrotatedObject



108
109
110
# File 'lib/perfectqueue/engine.rb', line 108

def logrotated
  @processors.each {|c| c.logrotated }
end