Changeset 16086 for lang

Show
Ignore:
Timestamp:
07/22/08 18:24:54 (5 years ago)
Author:
33rpm
Message:

if message is from an emergency queue, force to wait interval

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Mvalve/trunk/lib/Mvalve/Reader.pm

    r15927 r16086  
    7272            $self->state_decr( [ $destination, 'retry' ] ); 
    7373        } 
    74         $self->try_push( key => $destination ); 
     74        $self->fill( key => $destination ); 
    7575 
    7676        # XXX - This is bad practive, but oh well