KNiski

Results 3 comments of KNiski

> This PR may help :-) #279 In my case it occurred it's an issue with Apple M1 Silicone (I do not know how to fix it yet) > >...

Experiencing the same problem: CPython 3.11.2 Celery 5.3.6 Traceback (click to expand) ```python KeyError: 'entries' File "shelve.py", line 111, in __getitem__ value = self.cache[key] KeyError: b'entries' File "celery/beat.py", line 570,...

I've investigated the issue. I've created a pull request. Meanwhile downgrading to v2.2.1 also worked for me.