class

CRE::Persistence::Postgres::RotationsRepo

Inherits CRE::Persistence::RotationsRepo < Reference < Object

Constants

SELECT_COLS = "id::text, credential_id::text, rotator_kind, state, started_at, completed_at, failure_reason"

Constructors

Instance methods

in_flight
Source
insert(rotation : RotationRecord) : Nil
Source
update_state(id : UUID, state : RotationState, error : String | Nil = nil) : Nil
Source