Coder Social home page Coder Social logo

Provide backoff context managers about backoff HOT 2 CLOSED

litl avatar litl commented on May 18, 2024
Provide backoff context managers

from backoff.

Comments (2)

OddBloke avatar OddBloke commented on May 18, 2024

I've spent a bit of time digging in to this, and I think it's actually impossible to do with the context manager semantics as they currently exist.

Specifically, there's no way to re-execute the body of a with statement, which is pretty important in this context[0].

[0] https://mail.python.org/pipermail/python-ideas/2013-May/020633.html

from backoff.

bgreen-litl avatar bgreen-litl commented on May 18, 2024

This has come up before and there is some ongoing discussion here #18

And you are correct that this can't be done as originally suggested. We've talked about a few variants of this idea but I've never quite been able to make it work in a way that is a clear improvement to the status quo. FWIW, in the case where you are calling that 3rd party function in a single place, I recommend the decorating the function inline (as you do in your example above) as a best practice.

from backoff.

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.