@@ -34,9 +34,19 @@ import org.apache.openwhisk.core.etcd.EtcdClient
34
34
import org .apache .openwhisk .core .etcd .EtcdKV .ContainerKeys .containerPrefix
35
35
import org .apache .openwhisk .core .etcd .EtcdKV .{ContainerKeys , QueueKeys , ThrottlingKeys }
36
36
import org .apache .openwhisk .core .scheduler .SchedulerEndpoints
37
- import org .apache .openwhisk .core .scheduler .message .{ContainerCreation , ContainerDeletion , FailedCreationJob , SuccessfulCreationJob }
37
+ import org .apache .openwhisk .core .scheduler .message .{
38
+ ContainerCreation ,
39
+ ContainerDeletion ,
40
+ FailedCreationJob ,
41
+ SuccessfulCreationJob
42
+ }
38
43
import org .apache .openwhisk .core .scheduler .grpc .{GetActivation , ActivationResponse => GetActivationResponse }
39
- import org .apache .openwhisk .core .scheduler .message .{ContainerCreation , ContainerDeletion , FailedCreationJob , SuccessfulCreationJob }
44
+ import org .apache .openwhisk .core .scheduler .message .{
45
+ ContainerCreation ,
46
+ ContainerDeletion ,
47
+ FailedCreationJob ,
48
+ SuccessfulCreationJob
49
+ }
40
50
import org .apache .openwhisk .core .service ._
41
51
import org .apache .openwhisk .core .{ConfigKeys , WhiskConfig }
42
52
import org .apache .openwhisk .http .Messages .{namespaceLimitUnderZero , tooManyConcurrentRequests }
@@ -48,7 +58,7 @@ import scala.annotation.tailrec
48
58
import scala .collection .immutable .Queue
49
59
import scala .collection .mutable
50
60
import scala .concurrent .duration ._
51
- import scala .concurrent .{ExecutionContextExecutor , Future , Promise , duration }
61
+ import scala .concurrent .{duration , ExecutionContextExecutor , Future , Promise }
52
62
import scala .language .postfixOps
53
63
import scala .util .{Failure , Success }
54
64
0 commit comments