django-celery-results
django-celery-results copied to clipboard
Ensure `delete_expired` uses writable database.
Update delete_expired
method of ResultManager to use writable database.
Resolves #357
@jacklinke any joy on this one? I'm running into the same issue that you are
Just as a heads-up, #427 also needs a testcase with a read-only connection (See my comment for a suggested approach: https://github.com/celery/django-celery-results/pull/427#discussion_r1580787592)