Coder Social home page Coder Social logo

sqs-daemon's Introduction

SQS-Daemon

Another implementation of the sqs daemon used in AWS ElasticBeanstalk worker environment and is inspired by many similar projects like https://github.com/mozart-analytics/sqsd. This implementation is written in golang and is currently used to fuel workers running in docker on AWS ECS. See the example task-definition.json for reference on how this works.

Sqsd architecture

Configuration:

Env Variable Description
ACCESS aws access key; if not provided, sqs-daemon falls back to local config or role for credentials
SECRET aws access secret; if not provided, sqs-daemon falls back to local config or role for credentials
SQS_URL url of sqs queue (required)
POST_ENDPOINT url to post messages to (required)
POST_HOST host to post messages to; defaults to "http://127.0.0.1:80"
REGION aws region; defaults to "us-east-1"
CONTENT_TYPE content type of post messages; defaults to "application/json"
MAX_SLEEP max time to sleep if no messages in queue in seconds; defaults to 300(5 minutes)
CONNECTION_TIMEOUT time to wait for response from worker; defaults to 300
CONNNECTIONS number of messages to retrieve from queue at a time; defaults to 1, max is 10

Build

Binary

go get -u && GOOS=linux go build -o bin/linux/sqs-daemon .

Docker

docker build -t repo-name/sqs-daemon:tag .
docker push repo-name/sqs-daemon:tag

sqs-daemon's People

Contributors

tskinn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sqs-daemon's Issues

License?

Which license are you releasing this code under? Will you please add a license to the repo?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.