Skip to content

Commit

Permalink
Merge pull request #21 from seqeralabs/azure_manual_pools_documentation
Browse files Browse the repository at this point in the history
docs: detail requirements for manual azure batch pools
  • Loading branch information
justinegeffen authored Jul 23, 2024
2 parents c405d6b + 3689a32 commit 7d33ac4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platform_versioned_docs/version-23.3.0/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ The default Azure Batch implementation in Seqera Platform uses a single pool for
1. Create two Batch pools in Azure:
- One Dedicated
- One [Low priority](https://learn.microsoft.com/en-us/azure/batch/batch-spot-vms#differences-between-spot-and-low-priority-vms).
- **Note**: Both pools must meet the requirements of a pre-existing pool as detailed in the [Nextflow documentation](https://www.nextflow.io/docs/latest/azure.html#requirements-on-pre-existing-named-pools).
2. Create a manual [Azure Batch](./compute-envs/azure-batch.mdx#manual) compute environment in Seqera Platform.
3. In **Compute pool name** (step 10 in the guide linked above), specify your dedicated Batch pool.
4. Specify the Low priority pool using the `process.queue` [directive](https://www.nextflow.io/docs/latest/process.html#queue) in your `nextflow.config` file (either via the launch form, or your pipeline repository's `nextflow.config` file).
Expand Down
1 change: 1 addition & 0 deletions platform_versioned_docs/version-23.4.0/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ The default Azure Batch implementation in Seqera Platform uses a single pool for
1. Create two Batch pools in Azure:
- One Dedicated
- One [Low priority](https://learn.microsoft.com/en-us/azure/batch/batch-spot-vms#differences-between-spot-and-low-priority-vms).
- **Note**: Both pools must meet the requirements of a pre-existing pool as detailed in the [Nextflow documentation](https://www.nextflow.io/docs/latest/azure.html#requirements-on-pre-existing-named-pools).
2. Create a manual [Azure Batch](./compute-envs/azure-batch.mdx#manual) compute environment in Seqera Platform.
3. In **Compute pool name** (step 10 in the guide linked above), specify your dedicated Batch pool.
4. Specify the Low priority pool using the `process.queue` [directive](https://www.nextflow.io/docs/latest/process.html#queue) in your `nextflow.config` file (either via the launch form, or your pipeline repository's `nextflow.config` file).
Expand Down
1 change: 1 addition & 0 deletions platform_versioned_docs/version-24.1.1/faqs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ The default Azure Batch implementation in Seqera Platform uses a single pool for
1. Create two Batch pools in Azure:
- One Dedicated
- One [Low priority](https://learn.microsoft.com/en-us/azure/batch/batch-spot-vms#differences-between-spot-and-low-priority-vms).
- **Note**: Both pools must meet the requirements of a pre-existing pool as detailed in the [Nextflow documentation](https://www.nextflow.io/docs/latest/azure.html#requirements-on-pre-existing-named-pools).
2. Create a manual [Azure Batch](./compute-envs/azure-batch.mdx#manual) compute environment in Seqera Platform.
3. In **Compute pool name** (step 10 in the guide linked above), specify your dedicated Batch pool.
4. Specify the Low priority pool using the `process.queue` [directive](https://www.nextflow.io/docs/latest/process.html#queue) in your `nextflow.config` file (either via the launch form, or your pipeline repository's `nextflow.config` file).
Expand Down

0 comments on commit 7d33ac4

Please sign in to comment.