-
Notifications
You must be signed in to change notification settings - Fork 418
Add concurrency support for more than one thread #681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
j0k3r
merged 30 commits into
serverless-heaven:master
from
vicary:feat/concurrency-5.4.0
Mar 4, 2021
Merged
Changes from 28 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
28f57a6
Update compile.js
vicary c96f31f
Update README.md
vicary c3c3134
Rename to concurrency
vicary 0e45639
Update Configuration.test.js
vicary b779c2d
Update validate.js
vicary b26c27e
Update compile.test.js
vicary 159388d
bluebird doesn't like undefined concurrency
vicary ae9794c
Support icloud drive
17ac840
Serialized compile to address #299
asprouse e3b1a0e
Add serializedCompile documentation
asprouse 13365aa
compatible with serialized compile
vicary e2b86d1
fix tests
vicary 2e65368
Option to override concurrency setting via serverless CLI
coyoteecd 2d5a9c4
Remove compile-concurrency option, since the same can be achieved via…
coyoteecd 6f17d49
Move the parsing and default value for concurrency option in Configur…
coyoteecd 4d8ff23
Upgrade deps
j0k3r 33e3a97
Skip compile & packaging if --no-build is set (#560)
jamesmbourne b580a0e
Update README.md
miguel-a-calles-mba d55d96b
Add some tests & fix linter
j0k3r eecb07b
Serialized compile to address #299
asprouse 3e31d7c
compatible with serialized compile
vicary 0ec8200
Option to override concurrency setting via serverless CLI
coyoteecd 7164e8c
Move the parsing and default value for concurrency option in Configur…
coyoteecd 04f02aa
fix rebase artifact
vicary 9f6e3d2
fix rebase artifacts
vicary 4bae141
fix test coverage
vicary 1cf851d
remove rebase artifacts
vicary a5e620a
defaults to number of cores
vicary 9f4fcfe
change test concurrency to reduce ambiguity
vicary b583a8d
remove multiCompile and simplify concurrent log
vicary File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| node_modules | ||
| node_modules.nosync | ||
| dist | ||
| .webpack | ||
| .serverless | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.