Refresh issue lock TTL
Refresh issue lock TTL - Rensei REST API operation reference.
Short-lived worker runtime JWT minted by the platform. Claims bind the worker, project, organization, registration, and scopes.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/sessions/string/lock-refresh" \ -H "Content-Type: application/json" \ -d '{ "workerId": "string", "issueId": "string" }'{
"refreshed": true
}{
"error": "Session not found"
}{
"error": "Session not found"
}{
"error": "Session not found"
}{
"error": "Session not found"
}ACK inbox message (Redis XACK)
ACK inbox message (Redis XACK) - Rensei REST API operation reference.
Worker rejection of a pre-claimed session
Allows a worker to reject a pre-claimed session (e.g. host capacity changed, workarea refused, or daemon is draining). Releases the claim and re-queues the session preserving its original priority. The original `QueuedWork` item must be supplied so the platform can re-enqueue without losing fields.