Skip to contents

Updates the priority of a specified service job in an Batch job queue.

See https://www.paws-r-sdk.com/docs/batch_update_service_job/ for full documentation.

Usage

batch_update_service_job(jobId, schedulingPriority)

Arguments

jobId

[required] The Batch job ID of the job to update.

schedulingPriority

[required] The scheduling priority for the job. This only affects jobs in job queues with a quota-share or fair-share scheduling policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority within a share.

The minimum supported value is 0 and the maximum supported value is 9999.