Skip to content
  • Eric Cano's avatar
    Added better handling of absent queue. · 755df30f
    Eric Cano authored
    The situation can happen if the queue was removed but not yet derefernced from the
    root entry while another process tries access the queue. This a race condition.
    The process trying to access the queue will proceed the with cleanup itself
    and retry.
    755df30f