Skip to content

kakaLQY/ensqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ensqs

The package to enqueue to AWS SQS.

###Install

go get github.com/LeeQY/ensqs

###Introduction

  • If error happens when enqueue to SQS, users need to retry.
  • If the network is poor, it will be long to return.
  • If there are many jobs needed to be enqueued, batch methods need to be applied.

This is the package to handle the problems above.

Enqueue to SQS is handled in a seperate coroutine. And will be cached in memory, which result in fast return. Automatically use batch method.

About

The golang helper method to enqueue to AWS SQS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages