chore(release): version packages
This commit is contained in:
parent
a4da353d5a
commit
bddb2d6b14
22 changed files with 82 additions and 29 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/docs': minor
|
||||
---
|
||||
|
||||
Document the --abort-respite CLI option and the corresponding abortRespite config
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/types': minor
|
||||
---
|
||||
|
||||
Add type for onAbort Reporter method
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/reporter-pino': minor
|
||||
---
|
||||
|
||||
Handle the new onAbort method
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@emigrate/cli': minor
|
||||
---
|
||||
|
||||
Handle process interruptions gracefully, e.g. due to receiving a SIGINT or SIGTERM signal. If a migration is currently running when the process is about to shutdown it will have a maximum of 10 more seconds to finish before being deserted (there's no way to cancel a promise sadly, and many database queries are not easy to abort either). The 10 second respite length can be customized using the --abort-respite CLI option or the abortRespite config.
|
||||
Loading…
Add table
Add a link
Reference in a new issue