🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

pyqueuex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyqueuex

A powerful, feature-rich job queue system for Python with advanced retry strategies, job chaining, and intelligent job processing.

0.1.0
PyPI
Maintainers
1

pyqueuex 🚀

A powerful, feature-rich job queue system for Python with advanced retry strategies, job chaining, and intelligent job processing.

Python Redis License PyPI Version

✨ Features

  • 🔄 Advanced Retry Strategies

    • Exponential, Linear, and Fixed backoff
    • Configurable delays and attempts
    • Maximum retry limit
  • ⏱️ Smart Job Processing

    • Job timeout handling
    • Time-to-live (TTL) support
    • Multiple queue processing strategies
    • Concurrent job execution
  • 🔗 Job Dependencies & Chaining

    • Sequential job execution
    • Result passing between jobs
    • Complex workflow support
    • Dependency graph management
  • 📊 Queue Management

    • FIFO/LIFO processing
    • Priority queues
    • Round-robin distribution
    • Rate limiting

🚀 Quick Start

pip install pyqueuex

FAQs

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