Hi, could anyone explain me in simple
Hi, could anyone explain me in simple terms (I would have put ELIF), why I am getting this error in one worker:
5 Replies
I'm requesting some promises from within my worker to another service, but that's pretty much it.
Do you have a code example?
I can give you an schema:
request -> hono routes -> handler -> issue query to our db provider through the API, once we get the list of results (list of ids), we query more things from the db provider for each one of the results.
All of those queries are requested thorugh async/await.
The issue here is with the code - it means you have resources in the global scope that shouldn’t be there.
Uhm, that could be. I'll need to review it, but that's a good lead.
Thanks!