Non-Dart Tool invocations aren't throttled #2728
Labels
customer-flutter
Issues originating from important to Flutter
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
If I swap the snippets tool in Flutter's repo with the following "
slow_command
"script:by using this config:
Then it seems to run out of control, and I can get my load average up to >1000:

This doesn't happen if I keep the regular flutter config that runs a snapshotted version of the same script.
I'm trying to convert the snippet tool over to be run using
pub global run
from a package, and the lack of throttling is preventing that. I know that there is throttling code, but I just don't think it's working for non-dart tools.The text was updated successfully, but these errors were encountered: