Skip to content

Commit 12bbe68

Browse files
authored
DX-1912: Add dlq restart resume (#113)
* feat: add fastify example * fix: rm @fastify/express dependency * feat: add dlq namespace to client * fix: add cursor to list response * fix: tests * fix: dlq results * fix: rm tests from pre push * fix: bump sdk version * fix: add tests * fix: remove wf id and add bulk resume/restart * fix: fmt * fix: improve header types * fix: tests * fix: typos * feat: format response body when WorkflowNonRetryableError is thrown this makes it possible to access the error message in failure function via failResponse * fix: tests * ci: rm test step from nestjs
1 parent 896061c commit 12bbe68

File tree

15 files changed

+726
-42
lines changed

15 files changed

+726
-42
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,6 @@ jobs:
299299
run: npm run build
300300
working-directory: examples/nestjs
301301

302-
- name: Run example
303-
run: npm run dev &
304-
working-directory: examples/nestjs
305-
306-
- name: Run local tests
307-
run: bun test .
308-
working-directory: examples/nestjs
309-
310302
nextjs-local-build:
311303
needs:
312304
- local-tests

0 commit comments

Comments
 (0)