cachho

Results 126 comments of cachho

#1958 - looks like this has more to do with idempotency keys and less with whether they have been cached before or not. Still keeping this open, because I can't...

There is an error message for an invalid schema (taken from elsewhere) ![Image](https://github.com/user-attachments/assets/bca296cc-abb7-4a10-bc44-a43650af35e6) So it looks like this may have been caused by the child task, which has stricter schema...

It works as expected without idempotency keys inside the `batchTriggerAndWait` call. ```ts const results = await decryptLink.batchTriggerAndWait( decryptableLinks.map((link) => ({ payload: { link: link.original! }, // options: { // idempotencyKey:...

Actually, it only runs on QUEUED and not as intended on failed or completed. ![Image](https://github.com/user-attachments/assets/36627338-bd2e-4cbf-9949-674bc1738d70)

Hey, I haven't tried it, but I'd be surprised if OpenAI's `text-embedding-ada-002` embedding model can't embed in other languages. ChatGPT can obviously then process your embeddings in other languages. GPT4ALL...

I think we just aren't processing the proxy path at all. This shouldn't be too hard of a fix.