Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 785 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 785 Bytes

What

Persistent queue library with requirements:

  • job API: Push, Peek, Delete
  • data safety: critical
  • zero maintenance, auto-recover as much as possible and keep working
  • speed: sane, avoid obvious mistakes
  • single process access, thread safe

Credits

This library would be poorly reinvented wheel without following great work:

Flair

Build status Coverage Go Report Card