celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

update behavior of app.result_expires to match celery docs #401

Open jjorissen52 opened 11 months ago

jjorissen52 commented 11 months ago

Celery documentation indicates that app.result_expires (or CELERY_RESULT_EXPIRES) should respect values of 0 or None: "A value of None or 0 means results will never expire (depending on backend specifications)."

TheWeirdDev commented 1 month ago

Any updates on this?

auvipy commented 4 weeks ago

Any updates on this?

we need either automated test, or manual acknowledgment for the proposed change