Close repository requests with manual lock sessions
This commit is contained in:
@@ -38,7 +38,8 @@ by default) and may be explicitly cancelled with
|
||||
`repository.lock.request.cancel`. Manual confirmations expire after
|
||||
`ONEC_REPOSITORY_CONFIRMATION_TTL_SECONDS` (2 hours by default). After the user
|
||||
releases the objects in Configurator, `repository.lock.close` closes the
|
||||
confirmation and immediately blocks further SQL writes through that session.
|
||||
confirmation, marks its originating request as `closed`, and immediately blocks
|
||||
further SQL writes through that session.
|
||||
The adapter keeps a bounded audit trail of request creation, confirmation,
|
||||
cancellation, and closure and exposes it to the administrative requests view.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user