Git Product home page Git Product logo

simple-sqsd's People

Contributors

bdashrad avatar bluntelk avatar c-goosen avatar carsonoid avatar flindskog avatar fterrag avatar jenriquejr avatar joeystevens00 avatar jsainthilaire avatar julienbornstein avatar kamirendawkins avatar mhmiles avatar mikejestes avatar spoonscen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

simple-sqsd's Issues

Thank you for the project

It worked from first attempt and the way I wanted. Thank you!
I created a test pipeline with multiple docker images and your project helped to connect those components that talked via SQS.

Client Timeout not working

Hej,

we are using the daemon in a project where we define the terrag/simple-sqsd:latest image in docker-compose as service:

    specter-sqsd:
        image: fterrag/simple-sqsd:latest
        container_name: specter-sqsd
        environment:
            SQSD_AWS_ENDPOINT: 'http://specter-sqs:9324'
            AWS_ACCESS_KEY_ID: 'foo'
            AWS_SECRET_ACCESS_KEY: 'bar'
            SQSD_HMAC_SECRET_KEY: 'a secret key'
            SQSD_HTTP_HMAC_HEADER: 'MAC'
            SQSD_QUEUE_REGION: 'elasticmq'
            SQSD_QUEUE_URL: 'http://specter-sqs:9324/queue/specter'
            SQSD_HTTP_URL: 'http://specter-app/messages'
            SQSD_HTTP_TIMEOUT: 20
            SQSD_HTTP_CONTENT_TYPE: 'application/json'
        networks:
            starweb:
                aliases:
                    - specter-sqsd

I need to change the client timout setting, but I had not luck so far and I think this is an error in the daemon.

Even without setting SQSD_HTTP_TIMEOUT the messages will be resent to the url configured in SQSD_HTTP_URL after 10 seconds. If I set a break point in our application at the urls endpoint the messages will be sent in total for three times.

Bildschirmfoto 2020-10-09 um 14 23 05

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.