@google-cloud/tasks not working
I'm trying to use the Cloud Tasks emulator from a Deno script using the @google-cloud/tasks npm package.
I run the following code with deno run -A <path>, but I always get a timeout error like this:
code
- Deno: 2.2.12
- @google-cloud/tasks: 6.0.1
- @grpc/grpc-js: 1.13.3
- Cloud Tasks emulator: ghcr.io/aertje/cloud-tasks-emulator:latest
compose.yaml
0 Replies