Bumped phase of FunctionDeployerConfiguration

This commit is contained in:
Oleg Zhurakousky
2019-08-13 15:30:40 +02:00
parent ef0e42dd6f
commit df9a2738d5

View File

@@ -89,6 +89,11 @@ public class FunctionDeployerConfiguration {
public boolean isRunning() {
return this.running;
}
@Override
public int getPhase() {
return Integer.MAX_VALUE - 1000;
}
};
}