INNER CODE UNIT · TypeScript

fastLane

stablyai/orca · cloud/apps/relay/src/app.ts:239

      const fastLane = await stickyAssignmentAdmission.acquire(claims.relayHostId, (reason) => {
        rejection = reason
      })
      if (!fastLane) {
        operations.recordAssignmentAdmission?.('sticky-rejected')
        logAdmissionRejection({
          route: 'assign',
          lane: 'sticky',
          hinted: true,
          relayHostId: claims.relayHostId,
          reason: rejection
        })
        return rejectStickyAssignment(context)
      }
      let verified = false
      try {
        verified = (await operations.assignments.resolve(identity)) !== null
      } catch (error) {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…