LockFileValidator should store the lock file hash in the stage's metadata, rather than directly in state

Created on 29 June 2023, over 1 year ago
Updated 30 June 2023, over 1 year ago

Problem/Motivation

LockFileValidator currently stores the lock file hash in the central state service, which adds a little bit of overhead and extra responsibility for deleting it. Now that StageBase::getMetadata() and ::setMetadata() are public, we don't need to do that -- we should just store the lock file hash in the stage's metadata, where it will be automatically cleaned up when the stage is destroyed.

πŸ“Œ Task
Status

Needs work

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States phenaproxima Massachusetts

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024