Giter Club home page Giter Club logo

Comments (2)

shayonj avatar shayonj commented on June 18, 2024 1

hi! Thanks for the report. Thats right, Rails 7 has retries. We have limited this gem to be Rails <=6.x currently (related: #22)

Also, in case its useful for others, Rails 7 currently only allows retrying a select (read/begin) like queries, see here: https://github.com/search?q=repo%3Arails%2Frails%20allow_retry&type=code. Which makes sense, since Rails cannot assume to retry queries that were severed while the database was processing a request. See here (rails/rails#48093). Which is something this gem does. The trade off here is that: The gem assumes its OK to retry those in-flight cancelled queries on users' behalf.

Closing the issue, but let me know if there is some action you'd like for us to take. Thanks much again!

from rails-pg-adapter.

bf4 avatar bf4 commented on June 18, 2024

Oops, sorry that I missed that issue. I should have looked more carefully. Thanks for the kind response.

from rails-pg-adapter.

Related Issues (1)

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.