From 76b55bb36acd84bc494c725e8dc88cddc7b9dc0b Mon Sep 17 00:00:00 2001 From: Richard Kosegi Date: Mon, 26 Aug 2024 22:11:49 +0200 Subject: [PATCH] Document possible race condition while provisioning new VM in cloud Related: #85 Signed-off-by: Richard Kosegi --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4e1b367..fa3338d 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,9 @@ It's possible to create images in Hetzner Cloud using Packer. - JRE must already be installed on image that is used to create new server instance. - Working directory of agent on newly provisioned server must already exist and must be accessible by user used to launch agent +- There is possibility of race condition when build executors are demanded in burst, + resulting in creation of more VMs than configured cap allows. + No known fix exist at this time, but there is possible workaround mentioned [in comment in reported issue](https://github.com/jenkinsci/hetzner-cloud-plugin/issues/85#issuecomment-2310926683) ### Common problems