Skip to content

Commit 4bec3e5

Browse files
committed
Keep error listener attached to job stream
1 parent 3980e94 commit 4bec3e5

File tree

7 files changed

+15649
-36
lines changed

7 files changed

+15649
-36
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
test:
3434
docker:
3535
- image: circleci/node:14.2.0
36-
- image: camunda/zeebe:0.23.2
36+
- image: camunda/zeebe:0.24.2
3737
working_directory: ~/zeebe-client-node-js
3838
steps:
3939
- checkout
@@ -66,7 +66,7 @@ jobs:
6666
# Publishes to npm
6767
publish:
6868
docker:
69-
- image: circleci/node:11.10.1
69+
- image: circleci/node:14.2.0
7070
steps:
7171
- checkout
7272
- restore_cache:

DEVELOP.md

+8
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ To publish a new package, update the `package.json` package version and push a c
1111
There is a test that checks that the client can reconnect to a rescheduled broker, or a broker that starts after the client application.
1212

1313
It can be run with `npm run test:disconnection` and it is run automatically when committing changes. It requires Docker to be running on your machine.
14+
15+
## Debug logging
16+
17+
Try this for the insane level of trace logging:
18+
19+
```
20+
DEBUG=grpc,worker GRPC_TRACE=all GRPC_VERBOSITY=DEBUG jest Worker-LongPoll --detectOpenHandles
21+
```

0 commit comments

Comments
 (0)