upstash / qstash-js

Message queue for serverless
https://docs.upstash.com/qstash
MIT License
133 stars 11 forks source link

DX-982: add api/llm support for publish, enqueue, and batch APIs #104

Closed CahidArda closed 3 weeks ago

linear[bot] commented 3 weeks ago

DX-982 Adding Chat Namespace to Qstash

CahidArda commented 3 weeks ago

not sure about whether this section should be updated with llm api

CahidArda commented 3 weeks ago

tested with the example project. two logs appear when I call publishJSON or other commands.

image

One below has the message id returned in the sdk and the message id received in the example project logs

sdk:

{
  messageId: "msg_26hZCxZCuWyyTWPmSVBrNC1RADQsZ6sJoGDscMdG8uFwCUuejU18BXsjePPErcU",
}

project logs:

"sourceMessageId":"msg_26hZCxZCuWyyTWPmSVBrNC1RADQsZ6sJoGDscMdG8uFwCUuejU18BXsjePPErcU"

Not sure if it is related to the sdk or qstash