jeeybee
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
PgQueuer is a Python job queue that uses PostgreSQL for everything — queue storage, locking, notifications. No Redis, no RabbitMQ, no separate broker to operate. If your app already has Postgres, you already have the…
-
I got tired of repeating myself to my LLM every session. rekal is an MCP server that stores memories in SQLite and retrieves them with hybrid search (BM25 + vectors + recency decay). One file, local embeddings, no API…
-
YAML keeps surprising people in production. The Norway Problem (`NO` parsed as `False`). Silent duplicate key overwrites. The spec has 211 grammar productions. Most of that complexity exists to support features nobody…
-
PgQueuer turns PostgreSQL into a background job queue using LISTEN/NOTIFY and FOR UPDATE SKIP LOCKED. v0.26.0 adds an in-memory adapter so you can run the same code in tests and CI without a database. Internally it's…
-
I built a Python job queue that stores its entire state in one JSON file on S3, GCS, or your filesystem. No Redis, no RabbitMQ, no Postgres. Just object storage. How it works Read the JSON file, modify it in memory,…
- PGQueuer for High-Performance Job Queues (alexdewey.github.io)
-
Hi HN, I’m the maintainer of PGQueuer, a minimalist job queue for Python that runs entirely on PostgreSQL—no Redis, brokers, or additional infrastructure required. It’s designed to offer solid concurrency with low…
- Someoen accidentally saved half a million-dollars (ludic.mataroa.blog)
- Gitlab: Account Takeover via Password Reset (hackerone.com)
-
I attended a secure development course where the instructor insisted on always using third-party libraries. While I agree that relying on well-audited libraries—especially for cryptography—is often the safest route,…
-
Hi Hacker News, I’d like to introduce PipeGate, a lightweight, self-hosted proxy built with FastAPI. I created PipeGate as a fun little exercise to understand how tunneling services work under the hood. PipeGate allows…
-
Hi Hacker News, I'm working on integration projects that require communication between our internal systems and external platforms. I’ve been using ngrok to expose local servers, but my organization’s IT security team…
-
Hey HN! A few months ago, I introduced PGQueuer here, a minimalist, high-performance job queue library for Python using PostgreSQL. The original post received a lot of insightful comments, and the discussions were…
- PGqueuer v0.10.0 – Serialized Dispatch (github.com)
-
PgQueuer is a minimalist, high-performance job queue library for Python, leveraging the robustness of PostgreSQL. Designed for simplicity and efficiency, PgQueuer uses PostgreSQL's LISTEN/NOTIFY to manage job queues…
-
Notifelect: a simple, efficient Python package for leader elections using PostgreSQL NOTIFY. Leverage existing PostgreSQL features for reliable distributed system coordination.
- Show HN: PgQueuer – Over 6k Jobs/SEC with PostgreSQL (pgqueuer.readthedocs.io)
- Show HN: PgQueuer – Over 5k Jobs/SEC with PostgreSQL (github.com)