-
-
Notifications
You must be signed in to change notification settings - Fork 714
Description
Description
Experiments like #1038 cause major changes to the behavior for a task. Given that the taskfile would have to be written to make use of this experiment, it is dangerous that the experiment has to be enabled using env vars for every engineer and every automation flow which runs that task. If the task were accidentally run without the experiment, it could lead to undesired behavior, like deploying remote environments with settings based on a developer's local environment.
The risk of dangerous, undesired behavior makes it practically impossible to use the experiment, so we have to continue using a workaround.
Ideally, we would be able to enable this experiment within the taskfile itself so that we have consistent behavior across our team and automation without any risk.