Hi, I'm using D1 and Hono. After
Hi, I'm using D1 and Hono. After handling the user's request, I return the AI result and then trigger a function with
waitUntil to write the token usage into the SQL database. Since this operation is important, would it make sense to use a queue, or is my current approach sufficient?