Skip to content

Commit

Permalink
Update website/pages/en/cookbook/grafting-hotfix.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Idalith  <126833353+idalithb@users.noreply.github.com>
  • Loading branch information
MichaelMacaulay and idalithb authored Dec 11, 2024
1 parent d7d7cb2 commit 1ea162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/cookbook/grafting-hotfix.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This feature enables quick deployment of hotfixes for critical issues, eliminati

- **Monitor Performance**: Ensure the grafted subgraph is indexing correctly and the hotfix resolves the issue.
- **Republish Without Grafting**: Once stable, deploy a new version of the subgraph without grafting for long-term maintenance.
- **Reason**: Relying on grafting indefinitely is not recommended as it can complicate future updates and maintenance.
> Note: Relying on grafting indefinitely is not recommended as it can complicate future updates and maintenance.
- **Update References**: Redirect any services or applications to use the new, non-grafted subgraph.

4. **Important Considerations**
Expand Down

0 comments on commit 1ea162e

Please sign in to comment.