Skip to content

GLCharge/sqsObserver-go

Repository files navigation

SQSObserver-go

This is an internal library used for observing (polling) SQS queues. OOP, easily configurable and running in goroutines.

Read the configuration for queue configuration examples.

Importing the library:

go get github.com/GLCharge/sqsObserver-go

Possible improvements

  1. Worker pool and priority queues:
    • assign a priority for a queue
    • have a limited amount of workers in a pool
    • workers poll the queues based on the priority and switch between queues
  2. Api changes (semantics)

About

A library for SQS queue monitoring with threaded, multiple queue (round-robin) observers.

Resources

License

Stars

Watchers

Forks

Languages