Sylvain Hazard
12/09/2021, 8:41 AMKubernetesRun
based flows that remain pending
for some reasons.
For example, what happens if I try to submit a flow but there isn't enough resources available on my cluster at that moment ? From my experience, I can see that those flows get re-submitted and another pod is created after some time but what happens then ? Both pods will run if given the resources ? Is there a limit after which the engine kills the flow run because of being unable to run it properly ?Anna Geller
12/09/2021, 9:58 AMSylvain Hazard
12/09/2021, 10:00 AMAnna Geller
12/09/2021, 10:02 AMSylvain Hazard
12/09/2021, 10:03 AMAnna Geller
12/09/2021, 10:04 AM[services.lazarus]
resurrection_attempt_limit = 3
[services]
host = "0.0.0.0"
[services.apollo]
host = "${services.host}"
port = 4200
[services.graphql]
host = "${services.host}"
port = 4201
debug = false
path = "/graphql/"
disable_access_logs = false
timeout_keep_alive = 5
[services.lazarus]
resurrection_attempt_limit = 3
[services.towel]
max_scheduled_runs_per_flow = 10
Sylvain Hazard
12/09/2021, 10:05 AM