Links tagged “queue”
6 links, newest first.
rabbitmq.com
RabbitMQ documentation on queues — naming, durability, exclusivity, message ordering, TTL, replication and consumer prefetch.
dramatiq.io
Documentation for Dramatiq, a Python background task library where decorated functions become actors dispatched to workers over RabbitMQ or Redis.
docs.python.org
Python's asyncio reference for coroutine-safe queues — Queue, PriorityQueue and LifoQueue — with put(), get(), join() and task_done().
marcio.io
How Malwarebytes rebuilt a high-volume telemetry endpoint in Go, moving from a goroutine-per-request handler to a bounded worker queue writing to S3.
github.com
Python distributed queue for huge numbers of one-off tasks, built on gevent and ZeroMQ with resumable iterators so the master never buffers the whole job list.





