puzzling waitUntil warning
For the life of me, I'm not sure what part of my code is causing this. The result appears to be a handful of openai calls that are immediately failing, so I'm doing something wrong.
I've bundled my async code into a single function which returns via
Running it locally (see screenshot) is also indecipherable.
tail logs:
index.ts
sync.ts (truncated)
I've bundled my async code into a single function which returns via
return Promise.all(promises) to ctx.waitUntil() in my fetch.Running it locally (see screenshot) is also indecipherable.
tail logs:
index.ts
sync.ts (truncated)
