You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Scheduler Queue Metric for Not Processing Any Activations (#5386)
* Add Scheduler Queue Metric for Not Processing Any Activations
* fix timeout comparison
* account for action timeout being longer than queue retention
---------
Co-authored-by: Brendan Doyle <[email protected]>
s"[$invocationNamespace:$action:$stateName] Drop some stale activations for $revision, existing container is ${containers.size}, inProgress container is ${creationIds.size}, state data: $stateData, in is $in, current: ${queue.size}.")
@@ -920,6 +922,7 @@ class MemoryQueue(private val etcdClient: EtcdClient,
920
922
clock,
921
923
queue,
922
924
actionRetentionTimeout,
925
+
lastActivationPulledTime,
923
926
invocationNamespace,
924
927
actionMetaData,
925
928
stateName,
@@ -1024,6 +1027,7 @@ class MemoryQueue(private val etcdClient: EtcdClient,
0 commit comments