GithubHelp home page GithubHelp logo

django-chatterbox's People

Contributors

sthzg avatar

Watchers

 avatar  avatar

django-chatterbox's Issues

EmailChannelMessageHandler -- support multiplie recipients

This feature opens an important design decision about the nature of chatterbox events. When delivering a notification to multiple recipients of the same handler (e.g. 1 notification to multiple email addresses, 1 notification to multiple twitter accounts, etc.) should each notification be a separate record in the database?

A pro for this is, that it is the only sane way to keep error reporting constant. Think about a a notification that succeeds for on recipient and fails for the other one. After processing the notification, what's the status for it? (error, no error, partial error, etc.). As a direct result, the retry mechanism gets a lot more complicated, since it should only retry sending to 1/2 recipients.

The con is that revoking a pending notification involves more house keeping logic, since you need to cancel multiple rows that originated from the same event handler.

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.