GithubHelp home page GithubHelp logo

Comments (8)

SYNchroACK avatar SYNchroACK commented on May 26, 2024 5

@AndrewModus @NerdSec @cryocaustik @stygmate

Quick fix...

Go to file django_celery_monitor/managers.py and the function select_for_update_or_create should look like the following:

class ExtendedQuerySet(models.QuerySet):

    def select_for_update_or_create(self, defaults=None, **kwargs):
        return self.update_or_create(defaults, **kwargs)

https://github.com/SYNchroACK/django-celery-monitor/blob/master/django_celery_monitor/managers.py#L17

from django-celery-monitor.

cryocaustik avatar cryocaustik commented on May 26, 2024 3

I am having the same issue now. Any updates on this?

from django-celery-monitor.

NerdSec avatar NerdSec commented on May 26, 2024 2

Has anyone found a workaround for this yet?
Really want to use this and ditch flower.

from django-celery-monitor.

killswitch-GUI avatar killswitch-GUI commented on May 26, 2024 1

I would really love if one of the PRs would merge :( I want to use this project too.

from django-celery-monitor.

stygmate avatar stygmate commented on May 26, 2024

Me too, I have looked quickly at the problem and it seems that select_for_update_or_create is an extension of select_for_update added to the base object manager. We have to rewrite this fonction ! I don't have time to check this now but if no one do, I will try later this month.

from django-celery-monitor.

NerdSec avatar NerdSec commented on May 26, 2024

Seems like the repo is abandoned. @SYNchroACK Why not package & publish using pip?
Or if @jezdez could transfer the ownership to someone for this project?

from django-celery-monitor.

fericsepi avatar fericsepi commented on May 26, 2024

This is still an issue, any chance of getting a new release out?

from django-celery-monitor.

siovene avatar siovene commented on May 26, 2024

Adding my voice to the chorus.

from django-celery-monitor.

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.