Do not store error results in KeyValue storage

Created on 9 January 2025, 3 months ago

Problem/Motivation

In πŸ“Œ Split results storage in keyValue per plugin instead of global Active we created the ability for our "caching" (in Key-Value storage) to be segmented better. This will now enable us to prevent caching data where an error comes back from the backend.

Steps to reproduce

Proposed resolution

Wrap the $this->keyValue->set()s in our backend plugins in something like "if (empty($result->error))"

✨ Feature request
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States chrisfromredfin Portland, Maine

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024