Giter VIP home page Giter VIP logo

Comments (8)

danihodovic avatar danihodovic commented on June 15, 2024 1

Can you revert to an earlier release (probably one without queue length metrics) while I have a look at this?

cc @homholueng

from celery-exporter.

derom avatar derom commented on June 15, 2024 1

@danihodovic I'll try

from celery-exporter.

derom avatar derom commented on June 15, 2024

redis "removes" the queue when it's empty, that would explain NOT_FOUND - no queue

from celery-exporter.

danihodovic avatar danihodovic commented on June 15, 2024

@derom Figure you could resolve this in a PR?

from celery-exporter.

danihodovic avatar danihodovic commented on June 15, 2024

@abellotti See if danihodovic/celery-exporter:0.5.3 resolves your issue. It worked for my Django project @ https://django.wtf

from celery-exporter.

abellotti avatar abellotti commented on June 15, 2024

Hi @danihodovic the 0.5.3 and latest 0.4.1 tagged release does resolve the issue (no exception being logged), however, the queue lengths are always 0.0, even though I'm creating hundreds of async tasks.

from celery-exporter.

derom avatar derom commented on June 15, 2024

Hi @abellotti Could you stop celery workers for a few minutes and see if it shows that queues are growing?
Also, I've noticed a change on the queues graph. Not sure how it's related to the update.
The new version of exporter shows "empty queues" with 30s interval, but with 10s, it shows queues as before
Screenshot 2022-08-03 at 10 55 13
Screenshot 2022-08-03 at 10 55 47

from celery-exporter.

danihodovic avatar danihodovic commented on June 15, 2024

It's working for me with 0.5.3

# HELP celery_queue_length The number of message in broker queue.
# TYPE celery_queue_length gauge
celery_queue_length{queue_name="celery"} 3187.0

from celery-exporter.

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.