File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
main/nextflow/cloud/google/batch/client Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class BatchClient {
211
211
final now = System . currentTimeMillis()
212
212
TaskStatusRecord record = arrayTaskStatus. get(taskName)
213
213
if ( ! record || now - record. timestamp > TASK_STATE_INVALID_TIME ){
214
- log. debug (" [GOOGLE BATCH] Updating tasks status for job $jobId " )
214
+ log. trace (" [GOOGLE BATCH] Updating tasks status for job $jobId " )
215
215
updateArrayTasks(jobId, now)
216
216
record = arrayTaskStatus. get(taskName)
217
217
}
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
nextflow.cloud.google.batch.GoogleBatchExecutor
18
- nextflow.cloud.google.lifesciences.GoogleLifeSciencesExecutor
19
18
nextflow.cloud.google.util.GsPathSerializer
20
19
nextflow.cloud.google.util.GsPathFactory
You can’t perform that action at this time.
0 commit comments