-
Notifications
You must be signed in to change notification settings - Fork 13
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
♻️ CI/CD | Fix Generate Commit Data Workflow #1521
Labels
Type: Refactor
A code quality improvement e.g. Tech debt
Comments
Update:I did investigation on timeout failures of Azure function
|
Update: The timeout failures of Azure Functions are not happening anymore in workflow runs |
Since the timeout are not happening in recent workflows, I've sent email to myself to check this issue in one month if it is occurring again. Email subject: Azure Functions - Timeout failures on workflows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cc:
Hi
Pain
Build + Deployment workflows are being choked up by a failing piece of the GitHub Workflow.
A resource request Times out, causing the workflow to fail more often than not. Either the resource should be improved to cache the required responses, or we should be more lenient with the timeout.
What code could be improved?
.github/workflows
Tasks
More Information
Screenshots
Thanks!
The text was updated successfully, but these errors were encountered: