Queue
Message queue toolkit — job queuing, priority management, retry logic, dead letter handling, rate limiting, and status monitoring.
Commands
| Command | Description |
|---|---|
queue run | Execute main function |
queue list | List all items |
queue add <item> | Add new item |
queue status | Show current status |
queue export <format> | Export data |
queue help | Show help |
Usage
# Show help
queue help
# Quick start
queue run
Examples
# Run with defaults
queue run
# Check status
queue status
# Export results
queue export json
How It Works
Tips
- Run
queue helpfor all commands - Data stored in
~/.local/share/queue/
When to Use
- as part of a larger automation pipeline
- when you need quick queue from the command line
Output
Returns structured data to stdout. Redirect to a file with queue run > output.txt.
Configuration
Set QUEUE_DIR environment variable to change the data directory. Default: ~/.local/share/queue/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback