-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pro): always check for available template updates and wait for
changed parameters to be applied Changes the template behaviour for pro instances like so: 1. If template is not versioned _always_ keep the workspace in sync with template, even if that means rescheduling due to workspace changes 2. If the template is versioned and the workspace uses an explicit version we keep the workspace up to date with the template unless a new version is available. We expect versioned templates to introduce changes through a new version, not by updating an existing version In addition to that we now wait until the server applied parameter changes instead of assuming it did in time. This fixes a race condition where the parameter changes wouldn't be applied if the controller took more than a couple ms
- Loading branch information
1 parent
fafc66a
commit 7c277f1
Showing
4 changed files
with
121 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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 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 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 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