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

Ensure `delete_expired` uses writable database.

Open jacklinke opened this issue 2 years ago • 2 comments

Update delete_expired method of ResultManager to use writable database.

Resolves #357

jacklinke avatar Jan 16 '23 18:01 jacklinke

@jacklinke any joy on this one? I'm running into the same issue that you are

matmunn avatar Mar 18 '24 23:03 matmunn

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)

AllexVeldman avatar Apr 26 '24 10:04 AllexVeldman