feat(cache): add support for storing and retrieving metadata with remote cache entries #34190
titan-ron
started this conversation in
Feature Requests
Replies: 1 comment
-
|
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: Support for Metadata in HttpRemoteCache
Context:
Currently, the Nx native HttpRemoteCache stores and retrieves terminal output, exit code, and cache artifacts for task results. However, some users need to attach additional metadata (e.g., target task, project name, and task duration) for better observability, debugging, and analytics.
Request:
CachedResult).Rationale:
Example Implementation Outline:
HttpRemoteCache::storeto accept and archive metadata fields.HttpRemoteCache::retrieveto extract metadata as part of the result.CachedResultto include this metadata.Thanks for considering this improvement!
Beta Was this translation helpful? Give feedback.
All reactions