celery-monitor | The celery monitor app was written by Django | Monitoring library
kandi X-RAY | celery-monitor Summary
kandi X-RAY | celery-monitor Summary
Celery task monitoring and management application. This project aims to replace the celery monitor tools flower.Celery monitor aims to integrate django and celery monitor.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Poll the queue
- Normalize filename
- Reload the model
- Reload modules
- Reload a module
- Deepcopy a module dictionary
- Return a list of workers
- Return a list of worker statuses
- Returns a list of active queues
- Run the scan loop
- Scans the modules
- Render field renderer
- Render the widget
- Execute a command
- Return the type of a nested method
- Return the registered registered tasks
- List of registered tasks
- Render a single option
- Reverse url
celery-monitor Key Features
celery-monitor Examples and Code Snippets
Community Discussions
Trending Discussions on celery-monitor
QUESTION
I cannot see the tasks in admin. I followed the steps in https://github.com/jezdez/django-celery-monitor
I used
...ANSWER
Answered 2018-Jun-07 at 09:23Running celery command with -E to force event worked for me.
celery -A proj worker -l info -E
QUESTION
I am encountering a problem with celery and Django 2. I have two running environments:
Production: requirements.txt => No Issue
- amqp==2.2.2
- django==1.11.6
- celery==4.1.0
- django-celery-beat==1.0.1
- django-celery-monitor==1.1.2
- kombu==4.1.0
- redis==2.10.6
Development: requirements.txt =>Issue Present
- amqp==2.2.2
- django==2.0.3
- celery==4.1.0
- django-celery-beat==1.1.1
- django-celery-monitor==1.1.2
- kombu==4.1.0
- redis==2.10.6
The production environment should be migrated to Django 2.0 as soon as possible. However, I can't do it without fixing this issue with Celery. My development environment is here to insure that everything is running fine before upgrading production servers.
The questionWhat changed with Django 2 to make a system, which was stable with Django 1.11, unstable with exploding queue sizes, with the same effect in RabbitMQ and Redis?
If any task is not consumed, how could it be automatically deleted by Redis/RabbitMQ ?
The exact same command is used for both environment.
...ANSWER
Answered 2018-Mar-19 at 17:47I think I have found a temporary solution, it seems that the celery library have some bugs. We have to wait for the 4.2.0 release.
I recommend having a look to: https://github.com/celery/celery/issues/#4041.
As a temporary bug fix, I recommend using the following commit: https://github.com/celery/celery/commit/be55de6, it seems to have fixed the issue:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install celery-monitor
You can use celery-monitor like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page