aws-codebuild-run-build icon indicating copy to clipboard operation
aws-codebuild-run-build copied to clipboard

Issue #76: Add configurable update rate

Open vililahtevanoja-solibri opened this issue 4 years ago • 0 comments

Issue #, if available: #76

Description of changes:

  • Add configurable update interval and back-off time. Slight refactoring was required in order to transfer the values from the GitHub inputs to where they are used. SDK-specific configuration parameters and general action configuration values (currently just the update rate configuration) are treated slightly differently and are passed as separate objects to the building and waiting functions.
  • Add new test for handling the update rate configuration
  • Update existing tests where needed
  • Add new inputs to action metadata file
  • Update README.md

Default values are kept the same (30s interval, 15s back-off), so there should be no breakage when updating.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • [ ] Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

vililahtevanoja-solibri avatar Sep 30 '21 11:09 vililahtevanoja-solibri