Add Troubleshooting and Optimize Performance pages#2445
Closed
lzdanski wants to merge 40 commits into
Closed
Conversation
✅ Deploy Preview for astronomer-cosmos ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Since the PR is created from a fork, making it difficult to resolve conflicts and address review comments, I have opened a new PR #2521, and hence, I am closing this PR. |
pankajkoti
added a commit
that referenced
this pull request
Apr 1, 2026
Add three new pages to the optimize_performance section: - optimize_rendering: Covers DAG parsing performance with recommendations for LoadMode selection, reducing DAG granularity via selectors and TestBehavior, and skipping stale sources. - optimize_execution: Covers DAG run performance with guidance on execution mode selection (WATCHER recommended), dbt installation, pre-installing dependencies, profiles.yml usage, worker node sizing ratios per execution mode, and memory profiling. - troubleshooting: Covers diagnosing performance issues, including Cosmos parse time logs, Airflow DAG processor configuration (with Airflow 2 and 3 settings), missing DAGs, and OOM errors. Each page leads with the recommended approach and links to existing detailed documentation rather than re-explaining concepts. related: #2445 --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR creates several new pages and builds out the *Optimize Performance section of the docs.
Since previous review, this PR adds the following:
Optimize performance documents
Troubleshooting
Housekeeping
Adds cross linking and new anchor links to pages with content commonly referred to from the Optimize Performance section.
Fixes links, formatting, bullet points, headers in pages with significant edits
Adds a Troubleshooting page to CosmosDevex
Related Issue(s)
The new content supporting Execution Modes should have links added to direct users to Optimize Performance where relevant, and vice versa (#2444)
Breaking Change?
Possible broken links
Checklist