You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: increase create-namespace retry attempts and make timeout configurable
Hardcoded 3 health check attempts (~45s total) was not enough for the
Temporal server to fully initialize its membership ring, causing context
deadline exceeded errors in temporal-create-namespace.
Increases default to 30 attempts (2.5 min at 5s intervals) and exposes
TEMPORAL_HEALTH_CHECK_MAX_ATTEMPTS and TEMPORAL_HEALTH_CHECK_SLEEP_SECONDS
env vars for overriding. Also adds retry loops to the port wait and
namespace create steps which previously had no retry at all.
Fixes#136
0 commit comments