Skip to content
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

Add timeouts ensures that the workflow will automatically terminate jobs that are taking too long #5161

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

michalina-graczyk
Copy link
Member

@michalina-graczyk michalina-graczyk commented Sep 12, 2024

This PR introduces timeouts for jobs in the GitHub Actions workflow to ensure jobs are automatically stopped if they exceed a reasonable runtime. This helps to prevent long-running or hanging jobs from consuming resources unnecessarily.

What type of PR is this?

  • 💅 Refactor
  • 🌟 Feature
  • 🔥 Bug Fix
  • 🔩 Maintenance
  • 🛠 Workflow CI/CD changes

Related Issues or Documents

  • closes #

Usage Instructions, Screenshots, Recordings

Have you written tests?

  • Yes!
  • No... here is why: Writing tests are mandatory, please replace this text with why test are not included in this PR

[Optional] Description

Implementing timeouts ensures that the workflow will automatically terminate jobs that are taking too long, improving resource utilization and avoiding potential workflow hangs.

Copy link

changeset-bot bot commented Sep 12, 2024

🦋 Changeset detected

Latest commit: a052673

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
saleor-dashboard Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@michalina-graczyk michalina-graczyk changed the title Add timeouts for the workflow Add timeouts ensures that the workflow will automatically terminate jobs that are taking too long Sep 12, 2024
@michalina-graczyk michalina-graczyk merged commit 20d141d into main Sep 13, 2024
13 of 14 checks passed
@michalina-graczyk michalina-graczyk deleted the add-timeout-for-automation-tests branch September 13, 2024 08:20
poulch pushed a commit that referenced this pull request Sep 23, 2024
…obs that are taking too long (#5161)

* Add timeouts for the workflow

* Create perfect-feet-sneeze.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants