Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Mar 17, 2023
1 parent 32e52ae commit d0f0ced
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ object AsyncPlatform {
* @throws IllegalArgumentException If the given [queue] value is not a valid
* queue ID/name.
*
* @throws IllegalStateException If the ID of the given job already exists and
* belongs to another instance of this service.
* @throws IllegalStateException If the ID of the given job already exists,
* belongs to another instance of this service, and is not expired.
*/
@JvmStatic
fun submitJob(queue: String, job: JobSubmission) {
Expand Down

0 comments on commit d0f0ced

Please sign in to comment.