NOAA-OWP / wres

Code and scripts for the Water Resources Evaluation Service
Other
2 stars 1 forks source link

As a developer, I want the map of job metadata in the persister to be keyed with the job id string #82

Open epag opened 2 months ago

epag commented 2 months ago

Author Name: James (James) Original Redmine Issue: 105525, https://vlab.noaa.gov/redmine/issues/105525 Original Date: 2022-06-10


Given a persister that stores job metadata via redis When I browse the relevant cache for job metadata Then I should see simple keys that correspond to the evaluation job ids So that I can easily understand and use that information to obtain the appropriate job metadata

epag commented 2 months ago

Original Redmine Comment Author Name: James (James) Original Date: 2022-06-10T10:49:22Z


105477-40 is a probable solution. Currently the job keys are serialized with a format other than a simple string.