Method: PerfectQueue::Engine#logrotated

Defined in:
lib/perfectqueue/engine.rb

#logrotatedObject



116
117
118
# File 'lib/perfectqueue/engine.rb', line 116

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