RootCauseunvalidated
Seems like vanilla case of deadlock, the asyncio only lock the same process. — To avoid race conditions, I added an asyncio.Lock() around Redis writes. Tension: it didn’t help. Outcome: You can use redis lock to solve this.
36676dc5-dfaf-40db-93d5-73432e21157a
Seems like vanilla case of deadlock, the asyncio only lock the same process. — To avoid race conditions, I added an asyncio.Lock() around Redis writes. Tension: it didn’t help. Outcome: You can use redis lock to solve this.