Skip to content
/ spq Public

Persistent queue library putting fail safety over speed.

License

Notifications You must be signed in to change notification settings

temoto/spq

Repository files navigation

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

About

Persistent queue library putting fail safety over speed.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages