Git Product home page Git Product logo

Comments (5)

mher avatar mher commented on May 18, 2024

This doesn't look like a flower issue. Can you try 'celery inspect registered' command?

from flower.

volksman avatar volksman commented on May 18, 2024

Output of command requested:

celery inspect registered --broker=redis://lochost:6379/2
-> portal.mydomain.ca: OK
* celery.backend_cleanup
* celery.chain
* celery.chord
* celery.chord_unlock
* celery.chunks
* celery.group
* celery.map
* celery.starmap
* support.tasks.check_mail_task
* utils.tasks.send_mail_task

A bit more info:

Workers now shows my portal worker process (not the www which is what I would expect). However the errors in the www site flow as they did yesterday.

from flower.

ask avatar ask commented on May 18, 2024

For the workers not showing up, do you have the yajl json library install by chance?

from flower.

mher avatar mher commented on May 18, 2024

@volksman could you create a minimal project which demonstrates the problem? All our tests didn't reveal anything suspicious. Also it would be useful to have the output of 'celery report' and 'flower --logging=debug'.

from flower.

Morpho avatar Morpho commented on May 18, 2024

Hi, I got the same problem. Its not related to flower. On my server I have 3 Django projects running celery with redis. Each project uses a separate redis DB. Project1 and Project2 use the same pluggable app, so many workers got the same name (i.e. Project1.MyPluggableApp.MyTask and Project2.MyPluggableApp.MyTask). When I start Project2's worker while Project1's worker is already running the above error occurs. But it doesnt occur when I start Project3, which has other tasks-names (i.e. Project3.OtherApp.OtherTask). So I guess its somehow related to naming conventions of worker-names or ids within the redis db.

This is my traceback: http://nopaste.info/c54cc5f020.html

from flower.

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.