octue / django-gcp

Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Other
19 stars 3 forks source link

Destroy Ganon, Rescue Princess #42

Closed thclark closed 1 year ago

thclark commented 1 year ago

Summary

Located an extremely hard to understand bug related to the flushing of the cached existing value, in cases where multiple model objects are used simultaneously then one is refreshed from the database.

This was discovered and fixed in the WindQuest project then the fix ported over here. Kudos to @windpioneers for supporting open source and funding this work!

Contents (#42)

Fixes