Changes between Initial Version and Version 1 of Ticket #31221, comment 8
- Timestamp:
- Jun 8, 2022, 4:46:57 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31221, comment 8
initial v1 2 2 3 3 Still probably a configuration issue (haven't tracked down the cause yet), but hopefully this helps narrow it down for those coming to this issue. 4 5 Looks like it's probably still an issue on latest Django as well: https://github.com/django/django/blob/main/django/contrib/postgres/signals.py 6 7 A simple upstream fix might be to cache on more than just the DB alias.