Skip to content

[ER] Make Fleet Server wait timeout and retry period configurable in elastic-package for serverless provider#3079

Merged
fred-maussion merged 3 commits intoelastic:mainfrom
fred-maussion:serverless_fleet_timeout
Nov 18, 2025
Merged

[ER] Make Fleet Server wait timeout and retry period configurable in elastic-package for serverless provider#3079
fred-maussion merged 3 commits intoelastic:mainfrom
fred-maussion:serverless_fleet_timeout

Conversation

@fred-maussion
Copy link
Contributor

@fred-maussion fred-maussion commented Nov 14, 2025

Summary

This PR address issue #3078 to add Fleet Server retry period and timeout configurable via the profile, instead of being hardcoded for serverless stack creation.

Two new optional configuration keys are introduced:

stack.serverless.fleet.wait_period = "5"
stack.serverless.fleet.wait_timeout = "60"

If they are not defined or invalid, elastic-package automatically falls back to the existing defaults:

  • Period: 2 seconds
  • Timeout: 10 seconds

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Member

@jsoriano jsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fred-maussion fred-maussion merged commit 3e3a435 into elastic:main Nov 18, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants