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
Sep 13, 202612 min read122

Search for a command to run...