Merge pull request #153 from mstg/hotfix-timeout-increase-yumrepofs

This commit is contained in:
Mustafa Gezen 2023-11-09 01:21:57 +01:00 committed by GitHub
commit ac49b359b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
5.0.0
5.4.1

View File

@ -214,9 +214,9 @@ atlassian_deps()
http_jar(
name = "bazel_diff",
sha256 = "59f2a614f90b4c2a6c83f1e6146d8722dfaac3a1d8f42734dcbb6ccf373a1cbd",
sha256 = "a88c267227a770b787ec939b64cca907efa6e1a1c0d5c55283d7332ddb05d3b5",
urls = [
"https://github.com/Tinder/bazel-diff/releases/download/4.0.5/bazel-diff_deploy.jar",
"https://github.com/Tinder/bazel-diff/releases/download/4.8.2/bazel-diff_deploy.jar",
],
)
# --end bazel-diff--

View File

@ -449,7 +449,7 @@ func (c *Controller) RepoUpdaterWorkflow(ctx workflow.Context, req *UpdateRepoRe
updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
ScheduleToStartTimeout: 25 * time.Hour,
StartToCloseTimeout: 30 * time.Hour,
HeartbeatTimeout: 30 * time.Second,
HeartbeatTimeout: 5 * time.Minute,
TaskQueue: c.mainQueue,
// Yumrepofs is locking for a short period so let's not wait too long to retry
RetryPolicy: &temporal.RetryPolicy{