Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 3, 2023
1 parent 1f19dc1 commit 79043af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ object AsyncPlatform {
throw IllegalArgumentException("Attempted to submit a job to nonexistent queue '$queue'.")

// Lookup the job to see if it already exists.
// This call checks the managed DB and S3
val existingJob = getJob(job.jobID)
// If it does exist
?.also {
Expand Down

0 comments on commit 79043af

Please sign in to comment.