ink pot monkey ✒🐒
CDCloudflare Developers
•Created by ink pot monkey ✒🐒 on 5/31/2024 in #workers-help
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 service3 replies