Features:
- Clean producer/consumer separation
- Exponential backoff and retry management
- Dead Letter Queue (DLQ) support
To make monitoring easier, I also built a job viewer, inspired by Sidekiq, with features to inspect job details visually.
GitHub: https://github.com/mickamy/go-sqs-worker
Demo: https://github.com/mickamy/go-sqs-worker/tree/main/example
Would love your feedback and thoughts on improving it!