We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81068a1 + 15c5ee4 commit f1c4986Copy full SHA for f1c4986
plugins/nf-cws/src/main/nextflow/cws/k8s/CWSK8sExecutor.groovy
@@ -162,7 +162,7 @@ class CWSK8sExecutor extends K8sExecutor implements ExtensionPoint {
162
final CWSK8sConfig cwsK8sConfig = k8sConfig as CWSK8sConfig
163
final CWSK8sConfig.K8sScheduler schedulerConfig = cwsK8sConfig.getScheduler()
164
165
- schedulerClient.publishRemaining();
+ schedulerClient.publishRemaining()
166
167
if ( getCWSConfig().strategyIsLocationAware() ) {
168
int remaining
0 commit comments