Skip to content

Refresh troubleshooting docs #5856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
eb7ee64
Move troubleshooting to new section
christopher-hakkaart Mar 5, 2025
f7c391a
Language improvements
christopher-hakkaart Mar 5, 2025
d3b54ba
Revert sections
christopher-hakkaart Mar 10, 2025
26f3c2e
Merge branch 'nextflow-io:master' into docs-troubleshoot-2
christopher-hakkaart Mar 10, 2025
951fabf
Fix placeholder
christopher-hakkaart Mar 10, 2025
929cb56
Update link
christopher-hakkaart Mar 10, 2025
aa94299
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart Mar 11, 2025
fda0d10
Merge branch 'docs-troubleshoot-2' of https://github.com/christopher-…
christopher-hakkaart Mar 11, 2025
3dc2b9b
Add tip section
christopher-hakkaart Mar 11, 2025
45842dc
Move headings down a level
christopher-hakkaart Mar 11, 2025
e32c39c
Fix missed heading
christopher-hakkaart Mar 11, 2025
dcae181
Prepare for review
christopher-hakkaart Mar 11, 2025
ceba3f4
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart Mar 11, 2025
8c19601
Merge with master@00a53b97 [ci fast]
pditommaso Mar 15, 2025
8cfe891
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart Mar 17, 2025
eb20622
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart Apr 9, 2025
d35ff8b
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart May 13, 2025
c77c0f7
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart May 20, 2025
9170f99
Merge branch 'master' into docs-troubleshoot-2
christopher-hakkaart May 21, 2025
aafa33a
Remove link to removed section
christopher-hakkaart May 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ The above snippet defines two volume mounts for the jobs executed in your pipeli

<h4>Job queue not found</h4>

**`JobQueue <YOUR_QUEUE> not found`**
**`JobQueue <QUEUE> not found`**

This error occurs when Nextflow cannot locate the specified AWS Batch job queue. It usually happens when the job queue does not exist, is not enabled, or there is a region mismatch between the configuration and the AWS Batch environment.

Expand Down