Does ctx.waitUntil work with hyperdrive?
Hello I have the following worker that listens for notifications from a service.
The service disconnects immediately on making the connection and delivering the notification and
ctx.waitUntil
is not functioning and the database is never updated. Is this a problem with using hyperdrive here? Am I doing something else wrong?
When I test this api endpoint from my machine it works but I do not disconnect immediately like the service1 Reply
Actually further testing shows that even testing locally any database updates I try to do with
ctx.waitUntil
never complete.
Success:
Failure:
clarification: by testing locally I mean hitting the worker url from my machine