Running multiple sessions simultaneously

Multiple Vault sessions can run at the same time. Vault uses a global setting, Maximum Vault Jobs, as a threshold for queuing jobs from any vault. A Vault job runs if resources are available and the maximum number of Vault jobs has not been reached. If resources are not available to run jobs, Vault queues jobs until the resources are available.

Vault also uses locks on the duplication and eject steps of a job to enforce queueing for jobs that are contending for those resources.

Vault queues jobs as follows:

Queued jobs are scheduled or run when the resources required for them become available.

For jobs that run simultaneously, the following restrictions exist:

More Information

About detailed Vault job status