generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve
ftl dev
rebuild algorithm (#932)
Failed module builds will only retrigger if any of the following occur: 1. If the number of failed builds changes between one pass and the next. This is for the case when we're iteratively trying to bring up the entire graph. 2. If zero builds have succeeded. This catches the case where no builds are able to start initially because FTL isn't up yet. 3. Finally, if any files change in a module. This catches changes due to the normal development cycle. I also decreased the failure delay, because we don't inifinitely spam rebuilds anymore. Fixes #914
- Loading branch information
1 parent
5d64208
commit 5926a17
Showing
1 changed file
with
28 additions
and
9 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