django-celery-monitor icon indicating copy to clipboard operation
django-celery-monitor copied to clipboard

Celery Monitoring for Django

Results 25 django-celery-monitor issues
Sort by recently updated
recently updated
newest added

Hi, I have been using this code to retry tasks from admin within the old django-celery library. Maybe other people will find this useful.

Hello, I have this error: ImportError: cannot import name 'render_to_response' from 'django.shortcuts' when will it be compatible with django 3 and celery 5? regards Matias

I see that django-celery-monitor recently became a Jazzband project, but doesn't look like it's maintained. It doesn't even work with Django 3.0 (probably even 2.2, judging by the issues). I...

Hi, I am using django==1.8.19, celery==4.1.1,django-celery-monitor==1.1.2. And I want celery tasks to be preserved a bit longer in celery monitor. But, tasks stays only for 5 days max. I tried...

Run this through CI Fixes https://github.com/jezdez/django-celery-monitor/issues/107

Celery Monitor no longer works with Django 2.2: More specifically: ``` [2019-04-05 10:05:57,937: ERROR/MainProcess] Error in timer: TypeError('get() argument after ** must be a mapping, not str') Traceback (most recent...

The HTML for display in the admin fields was getting escaped in Django 2.0+. Fix is backward compatible with Django 1.x and Python 2.7

So currently HTML in the admin is not supported and HTML tags get rendered. Needs to be refactored to use format_html. https://docs.djangoproject.com/en/2.0/ref/utils/#django.utils.html.format_html

Is it possible to specify a name of a database that contains tables for the celery monitor? In my project it is not 'default'. My 'default' is empty.

This pull request builds on https://github.com/jezdez/django-celery-monitor/pull/40. However, it was failing some code checks because - I assume - the test coverage was lacking. So here are their changes, some additional...