Enable readiness probe for task pod in CI (#1891)

Avoid race condition where job launch before task container is ready
This commit is contained in:
Hao Liu
2024-06-05 14:07:08 -04:00
committed by GitHub
parent 8ead140541
commit 9fa46bea43

View File

@@ -45,6 +45,7 @@ spec:
extra_settings:
- setting: LOG_AGGREGATOR_LEVEL
value: "'DEBUG'"
task_readiness_period: 15
{% if additional_fields is defined %}
{{ additional_fields | to_nice_yaml | indent(2) }}
{% endif %}