Sign inSign up

mickamy/go-sqs-worker-viewer

By mickamy

•Updated about 1 year ago

A simple tool to view and inspect jobs managed by the go-sqs-worker library

Image
0

1.2K

mickamy/go-sqs-worker-viewer repository overview

⁠go-sqs-worker-viewer

go-sqs-worker-viewer is a web application designed to monitor and manage asynchronous jobs handled by go-sqs-worker⁠.

This application features a dashboard to display job success and failure rates, along with a categorized list of jobs by their status (e.g., queued, processing, success, failed). It provides an intuitive interface for tracking and analyzing job processing.

⁠How to Use

Integrating go-sqs-worker-viewer into your application that uses go-sqs-worker is straightforward. Below is an example configuration using docker compose:

  viewer:
    image: mickamy/go-sqs-worker-viewer
    environment:
      - REDIS_URL=redis://:password@redis:6379/0
    ports:
      - "3000:3000"
    networks:
      - default

After setting up, the application will be accessible at http://localhost:3000⁠, providing real-time insights into job processing and status updates.

⁠License

This project is licensed under the MIT License.

Tag summary

Content type

Image

Digest

sha256:a78fc2478…

Size

77.4 MB

Last updated

about 1 year ago

docker pull mickamy/go-sqs-worker-viewer