<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>HostBoard - The Marketing Collective Brainstorm Board</title>
		<link>https://www.hostboard.com/forums/</link>
		<description>The place to brainstorm our freelance marketing startup!</description>
		<language>en</language>
		<lastBuildDate>Tue, 22 Sep 2026 00:40:47 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.hostboard.com/forums/images/misc/rss.png</url>
			<title>HostBoard - The Marketing Collective Brainstorm Board</title>
			<link>https://www.hostboard.com/forums/</link>
		</image>
		<item>
			<title>Managing a distributed job queue with PostgreSQL</title>
			<link>https://www.hostboard.com/forums/showthread.php?t=1233751&amp;goto=newpost</link>
			<pubDate>Wed, 26 Aug 2026 07:15:36 GMT</pubDate>
			<description><![CDATA[I'm building a job queue system backed by PostgreSQL and running into the usual challenges around concurrent workers. Right now I'm using SELECT ......]]></description>
			<content:encoded><![CDATA[<div>I'm building a job queue system backed by PostgreSQL and running into the usual challenges around concurrent workers. Right now I'm using SELECT ... FOR UPDATE SKIP LOCKED to prevent multiple workers from grabbing the same job, which works well enough at low volume. As worker count scales up though, I'm seeing lock contention and occasional delays in job pickup. A few things I'm uncertain about<b></b>: whether partitioning the jobs table by status actually helps at this scale, how others handle stuck or zombie jobs without aggressive polling, and whether advisory locks offer any real advantage over row-level locks in this context. Would love to hear from anyone who's run this in production — particularly around dead letter queues, retry logic, and whether you eventually migrated away from PostgreSQL entirely for this use case.</div>

]]></content:encoded>
			<category domain="https://www.hostboard.com/forums/forumdisplay.php?f=282">The Marketing Collective Brainstorm Board</category>
			<dc:creator>Inmorr</dc:creator>
			<guid isPermaLink="true">https://www.hostboard.com/forums/showthread.php?t=1233751</guid>
		</item>
	</channel>
</rss>
