Socket
Socket
Sign inDemoInstall

prq

Package Overview
Dependencies
4
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    prq


Maintainers
1

Readme

Stats

pypi

Python parallel task-queue with redis

Based on

  • rq
  • redis
  • gevent

Environment variables

  • PRQ_LOGS - path to file with logs (512Mb data)

PipeLine

Every pipeline part use .wait() to get result, if you want, it not block other task, task run in parallel.

Example to test

  1. Start worker
python prq.py --url redis://localhost:6379

(export python path before) 2. (a) Start pipeline (2 task)

python examples/pipeline/task_pipeline.py
  1. (b) Start another task in parallel execution
python examples/tasks/default_task.py

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc