struct

Meridian::Runtime::LockMetadata

Inherits JSON::Serializable < Struct < Value < Object

Metadata describing who holds the deploy lock and why. Persisted as a small JSON file inside the lock directory so a blocked caller can report who/when/message when the lock is already held.

Constructors

new(actor : String, acquired_at : String, message : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

acquired_at
Source
actor
Source
describe

Human-readable summary used in lock-held errors and lock status.

Source
message
Source