Quick experiment to test a PostgreSQL queue implementation.
Start the postgresql database using docker-compose up -d.
Start the worker pool using go run ./cmd/worker (use -h to see options).
Start the producer using go run ./cmd/producer.
This is a TUI, where you can press 1 to add 1 job, 5 to add 5 jobs and 2 to add 20 jobs.