django-celery-results
django-celery-results copied to clipboard
update behavior of app.result_expires to match celery docs
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)."
Any updates on this?
Any updates on this?
we need either automated test, or manual acknowledgment for the proposed change