Skip to content

Commit 9ea8aba

Browse files
Merge pull request #134 from wmedvede/SRVLOGIC-773-addings
SRVLOGIC-773: Operator, DI, JS and Workflows migration from OSL 1.37.0 to OSL 1.37.1
2 parents 12bfcf7 + ca0aa98 commit 9ea8aba

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

modules/serverless-logic/pages/_common-content/cloud/operator/upgrade-serverless-operator/regular_jobs_service_increase_retry_interval_procedure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ spec:
2828
env:
2929
- name: KOGITO_JOBS_SERVICE_MAXINTERVALLIMITTORETRYMILLIS
3030
# e.g. retry period of 4 hs.
31-
value: 14400000
31+
value: "14400000"
3232
----

modules/serverless-logic/pages/cloud/operator/upgrade-serverless-operator/upgrade_1_37_0_to_1_37_1.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ To upgrade an {operator_name} `{current_operator_version}` installation to the v
2929
It is recommended to read and understand all the steps of the procedure before executing.
3030
Interested parties might automate the procedure according to their convenience or infrastructure, for example, keeping all the `SonataFlow` CRs in a GitHub repository, might help considerably to implement automation, etc.
3131

32+
. Increase the Job Service retry interval before starting the upgrade by following these <<config_jobs_service_retry_interval, steps>>.
3233
. Execute the steps `1` and `2` of the upgrade for every workflow with the <<workflows_dev_profile, dev profile>>.
3334
. Execute the steps `1`, `2` and `3` of the upgrade for every workflow with the <<workflows_preview_profile, preview profile>>.
3435
. Execute the steps `1`, `2`, `3` and `4` of the upgrade for every workflow with the <<workflows_gitops_profile_image_rebuild, gitops profile>>.
@@ -40,6 +41,12 @@ Interested parties might automate the procedure according to their convenience o
4041
. Finalize the upgrade for the workflows with the <<workflows_gitops_profile_image_rebuild, gitops profile>> by continuing from step `5`.
4142
. Finalize the upgrade for the workflows with the <<workflows_preview_profile, preview profile>> by continuing from step `4`.
4243
. Finalize the upgrade for the workflows with the <<workflows_dev_profile, dev profile>> by continuing from step `3`.
44+
. Restore the Job Service retry interval by following these <<restore_jobs_service_retry_interval, steps>>.
45+
46+
[#config_jobs_service_retry_interval]
47+
==== Increase the Jobs Service retry interval
48+
49+
include::../../../_common-content/cloud/operator/upgrade-serverless-operator/regular_jobs_service_increase_retry_interval_procedure.adoc[]
4350

4451
[#workflows_dev_profile]
4552
==== Workflows with the `dev` profile
@@ -137,7 +144,11 @@ You must get an output containing these lines:
137144
2026-02-02 11:45:09,824 INFO [org.fly.cor.int.com.DbMigrate] (main) Migrating schema "sonataflow-platform-data-index-service" to version "1.46.0 - add user task id column"
138145
2026-02-02 11:45:09,861 INFO [org.fly.cor.int.com.DbMigrate] (main) Migrating schema "sonataflow-platform-data-index-service" to version "1.47.0 - adjust column sizes in tables updated by hibernate"
139146
2026-02-02 11:45:09,882 INFO [org.fly.cor.int.com.DbMigrate] (main) Successfully applied 2 migrations to schema "sonataflow-platform-data-index-service", now at version v1.47.0 (execution time 00:00.010s)
140-
141147
----
142148

149+
[#restore_jobs_service_retry_interval]
150+
==== Restore the Jobs Service retry interval
151+
152+
include::../../../_common-content/cloud/operator/upgrade-serverless-operator/regular_jobs_service_restore_retry_interval_procedure.adoc[]
153+
143154
include::../../../../pages/_common-content/report-issue.adoc[]

0 commit comments

Comments
 (0)