Skip to content

Commit

Permalink
Document possible race condition while provisioning new VM in cloud
Browse files Browse the repository at this point in the history
Related: #85

Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
  • Loading branch information
rkosegi committed Aug 26, 2024
1 parent e62ecee commit 0bbe7da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bbe7da

Please sign in to comment.