You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

camote-queue

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camote-queue

Redis based queue that supports fetching job position.

0.1.16
pipPyPI
Maintainers
1

Camote Queue

Camote Queue is a Python <http://python.org/>_ implementation of a queue <http://en.wikipedia.org/wiki/Queue>_ on top of Redis <http://redis.io/>_ that supports introspecting a job's position in the queue.

Why another queue?

I've tried a couple of existing queue implementation and none of them supports fetching the job's position in the queue, hence Camote Queue was born.

What's with the name?

Camote Queue is a snack I used to buy when I was a kid, its basically slices of fried sweet patato (Camote) covered with melted sugar and stacked (like a queue) in a stick.

.. :changelog:

History

0.1.16 (2012-09-06) +++++++++++++++++++

  • Added clear queue method

0.1.15 (2012-08-23) +++++++++++++++++++

  • Added pop_job_by_position queue method

0.1.14 (2012-08-22) +++++++++++++++++++

  • Added pubsub events on push and pop
  • Added subscribe queue method

0.1.13 (2012-08-19) +++++++++++++++++++

  • Added size queue method
  • Added method docstrings

0.1.12 (2012-06-16) +++++++++++++++++++

  • Added get_job_by_position queue method

0.1.11 (2012-06-14) +++++++++++++++++++

  • Added get_position_by_id queue method

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