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

chore(ci): extend backend startup timeouts and probes #270

Merged
merged 8 commits into from
Apr 5, 2024

Conversation

DerekRoberts
Copy link
Member

@DerekRoberts DerekRoberts commented Apr 4, 2024

Backend takes a long time to start. That should be resolved, but in the meantime, this PR extends the workflow timeout from 10 to 15 minutes and introduces a startupProbe. This is common for slow-starting containers. Other small changes include a named port, for convenience, and simlifying of liveness and readiness probes.


Thanks for the PR!

Any successful deployments (not always required) will be available below.

Backend: https://nr-silva-270-backend.apps.silver.devops.gov.bc.ca/actuator/health
Frontend: https://nr-silva-20-frontend.apps.silver.devops.gov.bc.ca

Once merged, code will be promoted and handed off to following workflow run.
Main Merge Workflow

@DerekRoberts DerekRoberts linked an issue Apr 4, 2024 that may be closed by this pull request
@DerekRoberts DerekRoberts self-assigned this Apr 4, 2024
@DerekRoberts DerekRoberts added bug Something isn't working github_actions Pull requests that update GitHub Actions code labels Apr 4, 2024
@DerekRoberts DerekRoberts marked this pull request as ready for review April 4, 2024 21:55
@DerekRoberts DerekRoberts marked this pull request as draft April 4, 2024 21:55
@DerekRoberts DerekRoberts marked this pull request as ready for review April 5, 2024 17:17
@DerekRoberts DerekRoberts merged commit 6c2f95e into main Apr 5, 2024
20 of 23 checks passed
@DerekRoberts DerekRoberts deleted the fix/backendFails branch April 5, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update GitHub Actions code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug(ci): backend timing out on deployment
1 participant