mirror of
https://github.com/coder/coder.git
synced 2026-06-07 23:18:20 +00:00
09e2daf282
## Description Update the Prebuilds troubleshooting page to include a new section, “Preventing prebuild queue contention (recommended)”, outlining a best-practice configuration to prevent prebuild jobs from overwhelming the provisioner queue. This setup introduces a dedicated prebuild provisioner pool and has been successfully tested internally in dogfood: https://github.com/coder/dogfood/pull/201 Closes: https://github.com/coder/coder/issues/20241