[i18n] debug why i18n_integrate script hangs when called from process.fork or process.spawn #73497
Labels
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Project:i18n
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Currently we call
process.exit();
explicitly to prevent process from hanging when called fromprocess.fork
orprocess.spawn
. Needed for our i18n automation scripts.Debug why i18n_integrate script hangs when called from process.fork or process.spawn
The text was updated successfully, but these errors were encountered: