v4.0.9
·
33 commits
to master
since this release
What's Changed
- Two changes to remote build logic by @joshuaauerbachwatson in #82
- The actual value of the main property of an action is passed to the defaultBuild script (only applies to default remote builds, e.g. for go and Swift). This change won't be effective until those runtimes are changed to notice the argument.
- The getUploadUrl action is called without blocking and the activation id is then polled. This avoids the problems we were seeing with naive blocking invocations which are sometimes disconnected by the controller at one minute. We are now prepared to wait longer (currently 2 minutes but may be further adjusted). The early disconnects really should never happen (the action usually completes in a few seconds) but it seems like it does happen when there are few available invokers.
Full Changelog: v4.0.8...v4.0.9