Questions tagged [flower]

Flower is a real-time web based monitor and administration tool for Celery.

From Celery documentation:

Flower is a real-time web based monitor and administration tool for Celery. Being the recommended monitor for Celery, it obsoletes the Django-Admin monitor, celerymon and the ncurses based monitor.

Flower is pronounced like “flow”, but you can also use the botanical version if you prefer.

Features Real-time monitoring using Celery Events Remote Control HTTP API

203 questions
1
vote
1 answer

Define Django URL endpoint for Celery Flower

I have deployed my django app via Elastic Beanstalk. I can access the Django app via Elastic Beanstalk URL. But, to access flower app, I need go to the EC2 instance IP address and port number 5555. Is it possible, we can define a URL for flower in…
Anish Shah
  • 7,669
  • 8
  • 29
  • 40
1
vote
1 answer

Return all Documents in XML DataBase

in relational database we can query all tables like this: select table_name from all_all_tables ; or select tname from tab; How to return all xml files from Sedna XML database by using XQuery/XPath just as like we query tables in relational…
Dev X
  • 353
  • 2
  • 15
1
vote
0 answers

Celery Flower is Not Using Broker Settings in flowerconfig.py

I'm using Flower to monitor my Celery task queues. I have the following settings in my flowerconfig.py: ################### # Celery Settings # ################### BROKER_URL = 'amqp://:@localhost:5672/some_app' When I start…
Paul Calabro
  • 1,748
  • 1
  • 16
  • 33
1
vote
1 answer

Celery flower with apache2 reverse proxy ssl handshake fails for websocket

I am trying to setup a reverse proxy for flower behind apache2 as outlined in this post Celery Flower Security in Production. Https pageloads from flower work just fine through the proxy, but the websocket it opens to update the dashboard does not…
1
vote
1 answer

monitor celery queue pending tasks with or without flower

I am trying to monitor celery queue so that if no of tasks increases in a queue i can chose to spawn more worker. How can i do this with or without Flower(the celery monitoring tool) eg: I can get a list of all the workers like this curl -X GET…
Vikash Singh
  • 13,213
  • 8
  • 40
  • 70
1
vote
1 answer

How to config logging for celery flower?

I have a few questions about celery flower that I can't seem to find in the docs. how to specify the log path ... I literally can't find anything about this. Some predecessor of mine set up 'celery flower -f /path/to/log' in the upstart script,…
user62054
  • 49
  • 2
  • 4
1
vote
0 answers

Celery Flower consuming more than 100% cpu load

We are using celery flower for monitoring the celery workers. We are using rabbitmq as message broker. The problem here is after 2 days of starting celery flower monitoring service, it starts consuming more than 100% of cpu load. Then we will get…
Sandeep
  • 53
  • 1
  • 7
1
vote
1 answer

Format and parser for Celery-Flower's Database

Will just ask if Celery-Flower's database (i.e when you use --persisten=True --db=flower) has a specific format? If yes, what is it? And are there any parsers for it, aside from flower itself? Many thanks in advance!
jaysonpryde
  • 2,733
  • 11
  • 44
  • 61
1
vote
1 answer

Celery Flower - how can i load previous catched tasks?

I started to use celery flower for tasks monitoring and it is working like a charm. I have one concern though, how can i "reload" info about monitored tasks after flower restart ? I use redis as a broker, and i need to have option to check on tasks…
4rlekin
  • 748
  • 5
  • 16
0
votes
0 answers

How to monitor celery logs in heroku

I want to monitor celery logs from an app in Heroku. I did some research and found a couple of repos that deploy a new heroku app which uses flower to monitor. Problem: I followed those instructions and deployed a new app to heroku but I get this…
Boosted_d16
  • 13,340
  • 35
  • 98
  • 158
0
votes
1 answer

Flask Celery Redis

I have a python class. When it is initialized, a browser window is created using selenium. There is also an array of objects, the elements of which I want to throw into the queue. Is it possible to assign an entity to workers - objects of this…
0
votes
1 answer

Celery tasks succeeding in Django but not showing on Flower or Celery Logs

I have a Django project using cookiecutter's template, I have been trying to get celery working with it. I have done the setup according to the celery docs and when I run a task, on Django's output it shows as succeeded but if I check the terminal…
Altair21
  • 505
  • 8
  • 24
0
votes
1 answer

How to schedule periodic delete of celery backend in Flask?

How do I schedule periodic delete of celery backend data and flower logs such as all the data before 48 hours will be deleted. I am using a MongoDB backend to store the celery backend data.
0
votes
0 answers

Celery with redis, retry being unreliable

I have a setup with celery and a redis broker, messages are being handled by two workers. We send alot of task at once (~20k), most of which being retried due to an api limit (10/minutes). That means alot of tasks are being retried many many times.…
Momh
  • 732
  • 5
  • 17
0
votes
1 answer

Flower, No such file or directory: '/multiproc_dir/gauge_all_8054.db'

I am trying to run flower in docker container using the command celery -A flower and I get the following error: [E 230619 06:35:06 ioloop:758] Exception in callback functools.partial(