Skip to content

Commit 79043af

Browse files
committed
comments
1 parent 1f19dc1 commit 79043af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/src/main/kotlin/org/veupathdb/lib/compute/platform/AsyncPlatform.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ object AsyncPlatform {
143143
throw IllegalArgumentException("Attempted to submit a job to nonexistent queue '$queue'.")
144144

145145
// Lookup the job to see if it already exists.
146+
// This call checks the managed DB and S3
146147
val existingJob = getJob(job.jobID)
147148
// If it does exist
148149
?.also {

0 commit comments

Comments
 (0)