Giter VIP home page Giter VIP logo

Comments (3)

richardeoin avatar richardeoin commented on July 25, 2024

Unfortunately this is a downside of CouchDB. If a document merge is already in progress when your uploaded packet arrives, your packet will be rejected (I think with 409 Conflict). This already documented, and CouchDB behaves in this way so it can be used as a distributed database if required (it isn't for habitat).

As the docs say, if you receive a Conflict you should retry. For instance, dl-fldigi does this.

from habitat.

danielrichman avatar danielrichman commented on July 25, 2024

On 17 Aug 2016 11:10 p.m., "Richard Meadows" [email protected]
wrote:

Unfortunately this is a downside of CouchDB. If a document merge is
already in progress when your uploaded packet arrives, your packet will be
rejected (I think with 409 Conflict). This already documented, and CouchDB
behaves in this way so it can be used as a distributed database if required
(it isn't for habitat).

As the docs say, if you receive a Conflict you should retry. For
instance, dl-fldigi does this.

Indeed, the habitat python client does it too:
https://github.com/ukhas/habitat/blob/develop/habitat/uploader.py#L219


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

from habitat.

zanco avatar zanco commented on July 25, 2024

Thanks for the explanations. Indeed the windows tracker uses the python client. M0RJX is trying to take care of the LoRa part for repeating messages after being rejected I noticed.
Topic can be closed, big thanks for the great support !

from habitat.

Related Issues (20)

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.