wmedvede commented on code in PR #457:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/457#discussion_r1594026327
##########
controllers/platform/services/services.go:
##########
@@ -408,6 +408,7 @@ func (j JobServiceHandler)
ConfigurePersistence(containerSpec *corev1.Container)
c.Env = append(c.Env,
persistence.ConfigurePostgreSQLEnv(p.PostgreSQL, j.GetServiceName(),
j.platform.Namespace)...)
// Specific to Job Service
c.Env = append(c.Env, corev1.EnvVar{Name:
"QUARKUS_FLYWAY_MIGRATE_AT_START", Value: "true"})
+ c.Env = append(c.Env, corev1.EnvVar{Name:
"KOGITO_JOBS_SERVICE_LOADJOBERRORSTRATEGY", Value: "FAIL_SERVICE"})
Review Comment:
This goes hand in hand with the jobs-service load procedure improvements for
the GA.
Basically a new configuration that didn't exists before, and we add now. And
yeah, to minimize the number of PRs it's included here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]