Postgres as a Queue
I've run Celery on RabbitMQ in production for years and every so often wonder whether the broker could just be Postgres. It can, and two Go libraries do it well. But a table isn't a broker, and three
musashiforge.hashnode.dev10 min read