diff --git a/src/main/java/com/rultor/Routine.java b/src/main/java/com/rultor/Routine.java index ae4d3e12b0..70f730e752 100644 --- a/src/main/java/com/rultor/Routine.java +++ b/src/main/java/com/rultor/Routine.java @@ -206,6 +206,7 @@ private int process(final List active) throws IOException { } } catch (final DefaultBranch.RepoNotFoundException ex) { Logger.warn(this, "The repo not found: %[exception]s", ex); + talk.active(false); } } this.agents.closer().execute(this.talks);