-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
type: enhancementImprovements to existing functionalityImprovements to existing functionality
Description
When using Automated Persisted Queries, the query documents are stored but never cleaned up, so anytime clients change the documents they're using the old ones stick around.
I believe that Query Documents should update their modified timestamp any time they're executed against, and any document that's not been executed in xx amount of time should be deleted.
Query Documents should be able to be marked as excluded from automatic garbage collection as well.
jmotes
Metadata
Metadata
Assignees
Labels
type: enhancementImprovements to existing functionalityImprovements to existing functionality