Sujet : [Python-announce] pyfiq: Pythonic FIFO microqueue
De : rbw (at) *nospam* vault13.org (Robert W)
Groupes : comp.lang.python.announceDate : 05. Jul 2025, 18:10:53
Autres entêtes
Message-ID : <CAEXOqsYJ4YFRZtaZbB22ctVZbEN7998yNGT6Q5=oEZkmK6LLtA@mail.gmail.com>
Hey
I recently started working on a new project and thought I’d share it. It’s
a bit niche and in its early stages of development, but I’d be curious to
hear what other Python devs think about this idea.
pyfiq is a lightweight, MIT-licensed, Redis-backed FIFO task queue for
Python. It lets you decorate (I/O-bound) functions with @pyfiq.fifo(...),
enqueue them for execution, and ensures those functions run in strict
order, even across multiple application instances.
You can think of pyfiq as an embedded, Python-native alternative to AWS
Lambda + SQS FIFO: no external infrastructure, no vendor lock-in--just drop
it into your app.
Check it out:
https://github.com/rbw/pyfiq
-- Robert Wikman
0xf6feb506ae5d3762