GetSession
Source:
src/AWS/Deadline/GetSession.ts
Runtime binding for deadline:GetSession.
Reads a worker session’s detail for a job in the bound Queue —
lifecycle status, host properties, worker log configuration. The queue’s
farmId/queueId are injected from the binding. Provide the
implementation with Effect.provide(AWS.Deadline.GetSessionHttp).
Monitoring Sessions
Section titled “Monitoring Sessions”// init — bind the operation to the queueconst getSession = yield* AWS.Deadline.GetSession(queue);
// runtimeconst session = yield* getSession({ jobId, sessionId });