Skip to content

Commit

Permalink
Readme - document Gatsby build timeout (#1654)
Browse files Browse the repository at this point in the history
Readme - document Gatsby build timeout 

Related to #1337

Add documentation for Gatsby build timeout in `README.md`.

* Add a section to document the 30-minute timeout for the Gatsby build step.
* Include a note about the intermittent issues with external dependencies causing delays.
* Provide a link to the Gatsby issue created for tracking the problem.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/SSWConsulting/SSW.Rules/issues/1337?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
bradystroud authored Nov 29, 2024
1 parent 0aefcec commit 42f417f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,9 @@ To update specific markdown components, follow these steps:
- Open your local instance of SSW.Rules, usually in VS Code
- Build the project using the following commands: `yarn clean` and then `yarn dev`
- Open your local instance in your browser and navigate to the edited rule to see your changes

### Gatsby Build Timeout

The Gatsby build step in GitHub Actions has a 30-minute timeout to prevent it from running indefinitely. This is due to intermittent issues with external dependencies.

For more details on the Gatsby build issue, refer to the [Gatsby issue](https://github.com/gatsbyjs/gatsby/issues/38989).

0 comments on commit 42f417f

Please sign in to comment.