mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-22 02:38:30 +00:00
Merge pull request #153 from mstg/hotfix-timeout-increase-yumrepofs
This commit is contained in:
commit
ac49b359b4
@ -1 +1 @@
|
|||||||
5.0.0
|
5.4.1
|
||||||
|
@ -214,9 +214,9 @@ atlassian_deps()
|
|||||||
|
|
||||||
http_jar(
|
http_jar(
|
||||||
name = "bazel_diff",
|
name = "bazel_diff",
|
||||||
sha256 = "59f2a614f90b4c2a6c83f1e6146d8722dfaac3a1d8f42734dcbb6ccf373a1cbd",
|
sha256 = "a88c267227a770b787ec939b64cca907efa6e1a1c0d5c55283d7332ddb05d3b5",
|
||||||
urls = [
|
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--
|
# --end bazel-diff--
|
||||||
|
@ -449,7 +449,7 @@ func (c *Controller) RepoUpdaterWorkflow(ctx workflow.Context, req *UpdateRepoRe
|
|||||||
updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
|
updateRepoCtx := workflow.WithActivityOptions(ctx, workflow.ActivityOptions{
|
||||||
ScheduleToStartTimeout: 25 * time.Hour,
|
ScheduleToStartTimeout: 25 * time.Hour,
|
||||||
StartToCloseTimeout: 30 * time.Hour,
|
StartToCloseTimeout: 30 * time.Hour,
|
||||||
HeartbeatTimeout: 30 * time.Second,
|
HeartbeatTimeout: 5 * time.Minute,
|
||||||
TaskQueue: c.mainQueue,
|
TaskQueue: c.mainQueue,
|
||||||
// Yumrepofs is locking for a short period so let's not wait too long to retry
|
// Yumrepofs is locking for a short period so let's not wait too long to retry
|
||||||
RetryPolicy: &temporal.RetryPolicy{
|
RetryPolicy: &temporal.RetryPolicy{
|
||||||
|
Loading…
Reference in New Issue
Block a user