Giter VIP home page Giter VIP logo

Comments (7)

mhenrixon avatar mhenrixon commented on July 29, 2024 3

Ok, I realesed v8.0.5 and v7.1.31 that should address this issue. Let me know if that's not the case.

from sidekiq-unique-jobs.

RobsonKing avatar RobsonKing commented on July 29, 2024 1

I have the same problem on v7.1.30 and it looks like the code in question was back-ported to V7.

from sidekiq-unique-jobs.

serggl avatar serggl commented on July 29, 2024

Seeing the same on my end, had to downgrade to 8.0.2. The scheduled queue never gets clean

from sidekiq-unique-jobs.

pcothenet avatar pcothenet commented on July 29, 2024

We saw the same problem, also downgraded to 8.0.2.

Not entirely sure if that's because we misunderstood that setting until now and the changes started making it work as expected, or if this is a bug.

from sidekiq-unique-jobs.

mhenrixon avatar mhenrixon commented on July 29, 2024

Reschedule isn't valid for while executing. If you want to retry it just use raise and let sidekiq handle when.

from sidekiq-unique-jobs.

snyt45 avatar snyt45 commented on July 29, 2024

@mhenrixon

Reschedule isn't valid for while executing. If you want to retry it just use raise and let sidekiq handle when.

Sorry, my explanation was insufficient.
The problem is not that it does not reschedule during execution, but that the executing is empty and rescheduled even though the job is running.
You probably expect the return value of the ensure block to be returned, but in fact the result of the yield is returned, so executing is always empty.

#770 (comment)

from sidekiq-unique-jobs.

pcothenet avatar pcothenet commented on July 29, 2024

Thank you! Seems to address the issue for us, appreciate the follow-up!

from sidekiq-unique-jobs.

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.