Azure-Samples / LUIS-DevOps-Template

Template repo encapsulating best engineering practices and DevOps using GitHub Actions for the development of a LUIS application.
MIT License
21 stars 17 forks source link

Replace "Wait for Training" loop with '--wait' parameter on bf luis:-train:run #67

Open AndyCW opened 4 years ago

AndyCW commented 4 years ago

Currently we do not use the --wait argument because 1 tester experienced an error because the Authoring Key quota of 5TPS was exceeded. Unclear how that happened, but the current loop does a slow polling.