-
Notifications
You must be signed in to change notification settings - Fork 39.7k
Add a task instancePolicy to task runOptions. #90125
Copy link
Copy link
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release noteson-testplantasksTask system issuesTask system issues
Milestone
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiderson-release-notesIssue/pull request mentioned in release notesIssue/pull request mentioned in release noteson-testplantasksTask system issuesTask system issues
When a task has reached the max number of instances it can have (default is 1, can be changed with
instanceLimit) theinstancePolicydetermines what happens when another instance is started.History: #32264
PR for
insanceLimitwhich is relevant to anyone interested in implementinginstancePolicy: #89872