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
LOG.trace("Skipping YAD provisioning for unknown mix of configuration for {}", template);
Currently i have N slaves with same templates to spread the load. If i use DockerOnce retention strategy with RandomLeastLoadedDockerCloudOrder then the load is randomly spread accross two slaves.
But using DockerCloudRetentionStrategy (to keep slave alive for n minutes in order avoiding provisioning again), the RandomLeastLoadedDockerCloudOrder strategy is not used.
All the jobs get scheduled on slave1 until this one get full.
Can we add this DockerCloudRetentionStrategy to the list of supported randomleastloadedcloudorder ?
The text was updated successfully, but these errors were encountered:
yet-another-docker-plugin/yet-another-docker-plugin/src/main/java/com/github/kostyasha/yad/DockerProvisioningStrategy.java
Line 148 in e559f3d
Currently i have N slaves with same templates to spread the load. If i use DockerOnce retention strategy with RandomLeastLoadedDockerCloudOrder then the load is randomly spread accross two slaves.
But using DockerCloudRetentionStrategy (to keep slave alive for n minutes in order avoiding provisioning again), the RandomLeastLoadedDockerCloudOrder strategy is not used.
All the jobs get scheduled on slave1 until this one get full.
Can we add this DockerCloudRetentionStrategy to the list of supported randomleastloadedcloudorder ?
The text was updated successfully, but these errors were encountered: