datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Decide whether to update lastUsedMillis for anything other than create, and next calls

Open jwomeara opened this issue 9 months ago • 1 comments

Should we update lastUsedMillis whenever the user interacts with the query (e.g. for plan, predict, duplicate, etc) or only when they call create and next?

Should this be done in the validateRequest call for both the QueryManagementService and the MapReduceQueryManagementService?

For reference, lastUsedMillis is used to determine whether the query has expired or not.

jwomeara avatar May 02 '24 16:05 jwomeara

We also need to look at this for CachedResultsQueryService.validateRequest

jwomeara avatar May 02 '24 17:05 jwomeara