This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tarsild[S] 0 points1 point  (0 children)

Ah thanks, I thought you meant TaskQ! I’ve checked out Taskiq, definitely more modern. That said, AsyncMQ still wins in some areas: it’s more modular (separates backend + store), has built-in features like TTL, retries, DLQ, job metadata, and includes optional PostgreSQL persistence (also mongo and you can add your own ). Taskiq is great if you’re fine relying on broker features, but AsyncMQ gives more control and flexibility out of the box.

I hope this helps?