Giter VIP home page Giter VIP logo

mollitia's People

Contributors

actions-user avatar cadgerfeast avatar colmbhandal avatar nicob-29 avatar shrihari-prakash avatar tichon29 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

Watchers

 avatar  avatar  avatar

mollitia's Issues

enhancement: the possibility to add the mane of module that recjects the promise.

For example:
I create a circuit with two modules RateLimit.
When the circuit rejects the promise related to conditon of one of modules. It is not possible to determine which module rejects the promise.

ModuleOptions allows to define a name and interface Error contains already the property name.

export declare abstract class ModuleOptions { name?: string; active?: boolean; logger?: Logger; }

interface Error { name: string; message: string; stack?: string; }

Is it possible to provide the name of module on RatelimitError

Request for backoff templates

Hi,

Currently the retry policy supports linear retry policy only, unless I decide on the backoff delay myself in the onRejection hook.
While this works, it's inconvenient and requires me to implement myself the various backoff policies.

Since this library is inspired by Polly, I'd be happy if you add this as well :)

Plans to publish new release?

Hello! Former Genesys employee here -

Love this library and used it at Genesys and now using it in my current work. There's been some nice improvements in recent months that haven't made it into an npm release. Are there any plans to make a new release soon?

Thanks!

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.