File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,7 @@ import akka.util.Timeout
23
23
import org .apache .openwhisk .common ._
24
24
import org .apache .openwhisk .core .ConfigKeys
25
25
import org .apache .openwhisk .core .ack .ActiveAck
26
- import org .apache .openwhisk .core .connector .ContainerCreationError .{
27
- InvalidActionLimitError ,
28
- TooManyConcurrentRequests ,
29
- ZeroNamespaceLimit
30
- }
31
- import org .apache .openwhisk .core .connector .ContainerCreationError .ZeroNamespaceLimit
26
+ import org .apache .openwhisk .core .connector .ContainerCreationError .{InvalidActionLimitError , ZeroNamespaceLimit }
32
27
import org .apache .openwhisk .core .connector ._
33
28
import org .apache .openwhisk .core .containerpool .Interval
34
29
import org .apache .openwhisk .core .database .{NoDocumentException , UserContext }
You can’t perform that action at this time.
0 commit comments