Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Add reporting config cache #47

Closed karenroldan closed 1 year ago

karenroldan commented 1 year ago

What Does This PR Add/Change?

This PR adds a cache for the reporting config data in the production-api-client module. The cache will store the data for 7 days, and if the data is requested within this period, it will be retrieved from the cache instead of the API.

Testing Instructions

*

Issues

Related to #
Closes #