RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It should be integrated in your web stack e
Fastrq - Queue, Stack and Priority Queue built on Redis
Wiki
Fastrq for PHP
Features
Abstract Queue, Deque, Capped Queue/Deque, and Overflow-able Capped Queue/Deque
Abstract Stack, Capped Stack
Abs
dramatiq
dramatiq is a distributed task processing library for Python with a focus on simplicity, reliability and performance.
Here's what it looks like:
import dramatiq
import requests
@dramatiq.actor
def
yotaq - Your Own Task Queue for Python
So you need a task queue for your Python project. Sure you could check celery, and after three months trying to understand the basic configuration options you'll be good to go. Or
#Simple Message Queue
Push in O(1). GET in O(N), N is the number of messages in the specified range to get. ACK in O(N), where N is the number of messages to be acked and removed by the operation.
How to use:
SimpleQ
A simple, infinitely scalable, SQS based queue.
Meta
Author: Randall Degges
Email: [email protected]
Site: http://www.rdegges.com
Status: in-development, active
Purpose
As I've
MRQ
MRQ is a distributed task queue for python built on top of mongo, redis and gevent.
Full documentation is available on readthedocs
Why?
MRQ is an opinionated task queue. It aims to be simple and beau
a lightweight alternative.
huey is:
a task queue (2019-04-01: version 2.0 released)
written in python (2.7+, 3.4+)
clean and simple API
redis, sqlite, or in-memory storage
example code.
huey supports:
multi-p
Plan
Plan is a Python package for writing and deploying cron jobs. Plan will
convert Python code to cron syntax. You can easily manage your cron jobs
with Plan like a charm. It is designed for elegancy and writing