Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Apr 26, 2024
1 parent 6c82ba6 commit 98e27cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ Read more:
there existed any job that was not in a queue
- If errors happen writing to stdout/stderr (e.g. `SIGPIPE`), we'll trigger a
graceful shutdown (and swallow further errors)
- `workerUtils.cleanup({ tasks: ['GC_TASK_IDENTIFIERS'] })` now allows you to
specify additional task identifiers to keep (`taskIdentifiersToKeep: [...]`)
in order to reduce impact on other workers
- `graphile-worker --cleanup GC_TASK_IDENTIFIERS` will attempt to keep all
locally defined task identifiers

## v0.16.5

Expand Down

0 comments on commit 98e27cc

Please sign in to comment.