You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 making configuration as stated in the readme. But, no use. Here is my code.
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 making configuration as stated in the readme. But, no use. Here is my code.
All other settings in my django settings file are capital letters. do I have make these also in capital letters? like this?
MONITOR_TASK_SUCCESS_EXPIRES = timedelta(days=6*30)
please help me.
The text was updated successfully, but these errors were encountered: