[ ] I've added tests (if it's a bug, feature or enhancement)
[ ] I've adjusted the documentation (if it's a feature or enhancement)
[x] The test suite passes (run bundle exec rspec to verify this)
Summary
The terraspace all commands will not fork when all.concurrency <= 1. This should, in theory, allow it to work with windows, since fork is linux specific. Yes, it's a workaround.
Note: When this non-forking mode is activated terraspace all summarized logging is disabled and all the logs are streamed to the current terminal.
This is a 🙋♂️ feature or enhancement.
bundle exec rspec
to verify this)Summary
The
terraspace all
commands will not fork whenall.concurrency <= 1
. This should, in theory, allow it to work with windows, sincefork
is linux specific. Yes, it's a workaround.Note: When this non-forking mode is activated
terraspace all
summarized logging is disabled and all the logs are streamed to the current terminal.Context
How to Test
Try https://github.com/boltops-tools/terraspace-graph-demo with
all.concurrency = 1
enabled.Version Changes
Patch