Skip to content
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

feat: add retryStrategy to the advanced examples #837

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

clample
Copy link
Collaborator

@clample clample commented Aug 31, 2023

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

This PR adds examples of the new retryStrategy property to the advanced examples. Since this isn't supported on deprecated plans, deprecated users will get errors when running the advanced example.

});

module.exports = websiteGroup;
module.exports = { websiteGroup };
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a bug here since other *.check.js files were importing using:

const { websiteGroup } = require('./website-group.check');

This was causing the group to be empty when the advanced JS project is deployed.

@clample clample force-pushed the chrislample/add-retry-strategy-examples branch 2 times, most recently from 356ef6b to efdb888 Compare August 31, 2023 13:44
@clample clample force-pushed the chrislample/add-retry-strategy-examples branch from efdb888 to 17711e7 Compare August 31, 2023 13:45
@clample clample merged commit f2efdf4 into main Aug 31, 2023
3 checks passed
@clample clample deleted the chrislample/add-retry-strategy-examples branch August 31, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants