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(orchestrator): switch to concurrency 1 when network definiton us… #975

Merged
merged 4 commits into from
Apr 28, 2023

Conversation

pepoviola
Copy link
Collaborator

…e references.

  • When network definition use references (e.g {{'dave'|zombie('wsUri')}}) we need to switch to single concurrency to prevent race conditions.

Thanks!

@pepoviola pepoviola merged commit ec3e539 into main Apr 28, 2023
@pepoviola pepoviola deleted the switch-concurrency branch April 28, 2023 19:05
Copy link
Contributor

@l0r1s l0r1s left a comment

Choose a reason for hiding this comment

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

lgtm, except the comment to be remove 👍

@@ -369,7 +370,8 @@ export class Network {

replaceWithNetworInfo(placeholder: string): string {
return placeholder.replace(
/{{ZOMBIE:(.*?):(.*?)}}/gi,
///{{ZOMBIE:(.*?):(.*?)}}/gi,
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe removing this comment ?

@pepoviola
Copy link
Collaborator Author

lgtm, except the comment to be remove 👍

Ahh I just saw this. I will remove in a follow up pr

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.

3 participants