queues

Tag

Cards List
#queues

Making Postgres queues scale

Hacker News Top ↗ · 2026-07-30 Cached

A detailed technical blog post explaining how to scale PostgreSQL-backed queues using SKIP LOCKED and proper transaction isolation levels, achieving 30K workflow executions per second.

0 favorites 0 likes
#queues

Job queues are deceptively tricky

Lobsters Hottest ↗ · 2026-07-14 Cached

A technical blog post exploring the hidden complexity of job queues, discussing why they are deceptively tricky and offering useful lenses for system design such as being wary of queues, limits, and fault models.

0 favorites 0 likes
#queues

Queues Don't Fix Overload (2014)

Hacker News Top ↗ · 2026-06-09

An article explaining why queues are not an effective solution for handling system overload and discussing better approaches.

0 favorites 0 likes
#queues

Aquifer: Bounded Queues, Fairness, and Dynamic Pacing for AI Workloads

Reddit r/AI_Agents ↗ · 2026-06-09

Aquifer is an MCP runtime that provides bounded queues, fairness controls, and dynamic pacing to handle rate limits and traffic spikes in AI agent systems. It also introduces the Aqueduct Protocol for dynamic flow state communication.

0 favorites 0 likes
#queues

Revealing the frontier with stacks and queues

Lobsters Hottest ↗ · 2026-06-03 Cached

A technical blog post explaining the benefits of using stacks and queues over recursion for tree traversal, with code examples in Rust.

0 favorites 0 likes
← Back to home

Submit Feedback