Closed sg3-141-592 closed 1 year ago
Issue caused by trying to insert a new entry into the pricecache table after old entries have expired.
pricecache
Change to using upsert instead of insert to deal with expired pricecache entries properly
Issue caused by trying to insert a new entry into the
pricecache
table after old entries have expired.Change to using upsert instead of insert to deal with expired pricecache entries properly