Thomas Kerin created FINERACT-1427:
--------------------------------------
Summary: Kubernetes: initialDelaySeconds too short, causes
unnecessary restarts
Key: FINERACT-1427
URL: https://issues.apache.org/jira/browse/FINERACT-1427
Project: Apache Fineract
Issue Type: Bug
Affects Versions: 1.5.0
Reporter: Thomas Kerin
Hi everyone
I am running fineract now from the kubernetes deployments in the repository.
When I run start, I see in the logs for fineract-server that the initial
liveness probe didn't respond, so it restarts the container
As I monitor the logs during all this, it's busy.. I experimented with
initialDelaySeconds (9999) which posed separate problems, but I could see the
application starting after 120 seconds or so (JVM running for 140 seconds)
I decided to double the existing initialDelaySeconds to 180 to give adequate
time for the server to start. For your consideration, here is a PR reflecting
this change:
--
This message was sent by Atlassian Jira
(v8.3.4#803005)