Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zliu.org/q

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zliu.org/q

  • v0.0.0-20241114120204-8ee77c53abc9
  • Go
  • Socket score

Version published
Created
Source

Q

GoDoc

Q is a simple yet robust persistent message/task queue implemented in Go.

Features

  • Message Confirmation & Retry: Messages remain in queue until explicitly confirmed by consumers
  • Message Persistence: Reliable storage of messages to prevent data loss
  • Priority Queue: Support for message prioritization to handle urgent tasks first
  • Simple API: Easy to integrate and use
  • High Performance: Optimized for speed and efficiency
  • Zero Dependencies: Standalone implementation with no external requirements

Safety Guarantees

Messages in Q are handled with strong safety guarantees:

  • Messages persist until explicitly confirmed by consumers
  • Unconfirmed messages are automatically recycled back to the queue
  • No message loss even in case of crashes or failures
  • Priority levels are preserved during message recycling and recovery

FAQs

Package last updated on 14 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc