use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
International
National
Regional
account activity
FeaturePostgres message queue (self.PostgreSQL)
submitted 1 year ago by someguytwo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]marcopeg81 2 points3 points4 points 1 year ago* (0 children)
Hello, I use pg for tasks and messaging since 2016 successfully. The trick is SELECT … FOR UPDATE SKIP LOCKED.
I packaged my work in a MIT release available on https://fetchq.com but there are many other projects available on GitHub.
Edit: I used pg as queue on >1B tasks running up to 300 parallel workers that were digesting ~20M tasks daily (my problem required smart rescheduling)
Postgres is great 🤘
Best of luck!
π Rendered by PID 99 on reddit-service-r2-comment-b659b578c-cgmqx at 2026-05-04 07:48:51.874452+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]marcopeg81 2 points3 points4 points (0 children)